diff options
author | Ron Yorston <rmy@pobox.com> | 2024-01-02 09:38:11 +0000 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2024-01-17 11:57:42 +0000 |
commit | 99d22da0e95d8356239c63199eb03f70adbf7a61 (patch) | |
tree | d7ce8b095e41d5db964f686acd3c1481a1f9b5da /arch | |
parent | c0b57922a9373395c58139b2d4fe4cd865ef8223 (diff) | |
download | busybox-w32-99d22da0e95d8356239c63199eb03f70adbf7a61.tar.gz busybox-w32-99d22da0e95d8356239c63199eb03f70adbf7a61.tar.bz2 busybox-w32-99d22da0e95d8356239c63199eb03f70adbf7a61.zip |
Remove FAST_FUNC from variadic functions
The GCC documentation points out that the stdcall attribute doesn't
apply to functions which take a variable number of arguments. GCC
is silent about this during compilation but clang complains noisily.
Remove FAST_FUNC from all variadic functions. This has no effect
whatsoever on the binary resulting from a default 32-bit build.
Signed-off-by: Ron Yorston <rmy@pobox.com>
Diffstat (limited to 'arch')
0 files changed, 0 insertions, 0 deletions