diff options
Diffstat (limited to 'xdelta3/Makefile.am')
-rw-r--r-- | xdelta3/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/xdelta3/Makefile.am b/xdelta3/Makefile.am index 8283663..dd2f2d5 100644 --- a/xdelta3/Makefile.am +++ b/xdelta3/Makefile.am | |||
@@ -35,6 +35,8 @@ xdelta3regtest_SOURCES = $(common_SOURCES) \ | |||
35 | testing/sizes.h \ | 35 | testing/sizes.h \ |
36 | testing/test.h | 36 | testing/test.h |
37 | 37 | ||
38 | # Note: for extra sanity checks, enable -Wconversion. Note there | ||
39 | # are a lot of false positives. | ||
38 | WFLAGS = -Wall -Wshadow -fno-builtin -Wextra -Wsign-compare \ | 40 | WFLAGS = -Wall -Wshadow -fno-builtin -Wextra -Wsign-compare \ |
39 | -Wextra -Wno-unused-parameter | 41 | -Wextra -Wno-unused-parameter |
40 | 42 | ||