diff options
author | Siddhesh Poyarekar <siddhesh@sourceware.org> | 2020-11-05 10:20:32 +0530 |
---|---|---|
committer | Siddhesh Poyarekar <siddhesh@sourceware.org> | 2020-11-05 15:11:42 +0530 |
commit | 34aec973e15a81926198f4b71ff99081dff87a92 (patch) | |
tree | f324e5a8fcd956d4f74e923952ba861cebf7b68f /debug/Makefile | |
parent | dc274b141666766b8ef70992d887e3c0c5e41bed (diff) | |
download | glibc-34aec973e15a81926198f4b71ff99081dff87a92.tar glibc-34aec973e15a81926198f4b71ff99081dff87a92.tar.gz glibc-34aec973e15a81926198f4b71ff99081dff87a92.tar.bz2 glibc-34aec973e15a81926198f4b71ff99081dff87a92.zip |
Remove __warndecl
The macro is not used anymore, so remove it and warning-nop.c.
Reviewed-by: Florian Weimer <fweimer@redhat.com>
Diffstat (limited to 'debug/Makefile')
-rw-r--r-- | debug/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debug/Makefile b/debug/Makefile index 3a60d7af7a..0036edd187 100644 --- a/debug/Makefile +++ b/debug/Makefile @@ -51,7 +51,7 @@ routines = backtrace backtracesyms backtracesymsfd noophooks \ explicit_bzero_chk \ stack_chk_fail fortify_fail \ $(static-only-routines) -static-only-routines := warning-nop stack_chk_fail_local +static-only-routines := stack_chk_fail_local # Don't add stack_chk_fail_local.o to libc.a since __stack_chk_fail_local # is an alias of __stack_chk_fail in stack_chk_fail.o. |