commit | b62093db94a8505ebc6bac621e257682f12f1ac7 | [log] [tgz] |
---|---|---|
author | Simon South <ssouth@simonsouth.com> | Sat Aug 01 17:05:08 2015 +0000 |
committer | Roger Meier <roger@apache.org> | Mon Aug 03 19:07:42 2015 +0200 |
tree | 09efc00569aa607953dd5b9a20e1226c9da5668e | |
parent | 31186c467a3bcfc8408592372f998a31e5723281 [diff] |
THRIFT-3285 c_glib: Library: Build with all warnings enabled This matches the settings ("-Wall -Wextra -pedantic") used to build the C++ library.
diff --git a/lib/c_glib/Makefile.am b/lib/c_glib/Makefile.am index 67ebf20..58e7329 100755 --- a/lib/c_glib/Makefile.am +++ b/lib/c_glib/Makefile.am
@@ -25,6 +25,7 @@ pkgconfig_DATA = thrift_c_glib.pc AM_CPPFLAGS = -Isrc -I src/thrift/c_glib +AM_CFLAGS = -Wall -Wextra -pedantic # Define the source files for the module