diff options
author | Xavier Roche <xroche@users.noreply.github.com> | 2014-05-23 21:33:43 +0000 |
---|---|---|
committer | Xavier Roche <xroche@users.noreply.github.com> | 2014-05-23 21:33:43 +0000 |
commit | cefcc0426613cc761373e785980c87c77f8a8cb5 (patch) | |
tree | e64653268bcb93fc50bf23d22e38799c5bb31adc /configure | |
parent | 6ba50a2001bcfa1b467f69985a002fc064d8c807 (diff) |
"const correctness" cleanup
added the following default flags:
-Wformat
-Wformat-security
-Wmultichar
-Wwrite-strings
fixed several other warnings
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -15314,7 +15314,8 @@ LT_CV_OBJDIR=$lt_cv_objdir ### Default CFLAGS -DEFAULT_CFLAGS="-Wall -Wcast-align -Wstrict-prototypes \ +DEFAULT_CFLAGS="-Wall -Wformat -Wformat-security \ +-Wmultichar -Wwrite-strings -Wcast-align -Wstrict-prototypes \ -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith \ -Wnested-externs -D_REENTRANT" |