diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rwxr-xr-x | configure | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,5 +1,10 @@ 2014-02-25 Kaz Kylheku <kaz@kylheku.com> + * configure: Use -Werror= on the missing prototypes and + strict prototypes warnings; these should be errors. + +2014-02-25 Kaz Kylheku <kaz@kylheku.com> + * configure: Added feature tests for makedev, link/symlink/readlink, mkdir and mknod. @@ -83,7 +83,7 @@ yacc_given= nm='$(cross)$(tool_prefix)nm' opt_flags=-O2 lang_flags='-ansi -D_BSD_SOURCE -D_POSIX_C_SOURCE=199309L' -diag_flags='-Wall -Wmissing-prototypes -Wstrict-prototypes' +diag_flags='-Wall -Werror=missing-prototypes -Werror=strict-prototypes' debug_flags=-g inline= platform_flags= |