You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by ro...@apache.org on 2014/11/02 12:20:26 UTC

git commit: c_glib: remove -Werror

Repository: thrift
Updated Branches:
  refs/heads/master 6e43b1852 -> 3fa5d89e1


c_glib: remove -Werror


Project: http://git-wip-us.apache.org/repos/asf/thrift/repo
Commit: http://git-wip-us.apache.org/repos/asf/thrift/commit/3fa5d89e
Tree: http://git-wip-us.apache.org/repos/asf/thrift/tree/3fa5d89e
Diff: http://git-wip-us.apache.org/repos/asf/thrift/diff/3fa5d89e

Branch: refs/heads/master
Commit: 3fa5d89e16e0ebdfaa096a7785d450b55404ea72
Parents: 6e43b18
Author: Roger Meier <ro...@apache.org>
Authored: Sun Nov 2 12:19:54 2014 +0100
Committer: Roger Meier <ro...@apache.org>
Committed: Sun Nov 2 12:19:54 2014 +0100

----------------------------------------------------------------------
 lib/c_glib/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/thrift/blob/3fa5d89e/lib/c_glib/Makefile.am
----------------------------------------------------------------------
diff --git a/lib/c_glib/Makefile.am b/lib/c_glib/Makefile.am
index 86d4884..88e2d73 100755
--- a/lib/c_glib/Makefile.am
+++ b/lib/c_glib/Makefile.am
@@ -24,7 +24,7 @@ pkgconfigdir = $(libdir)/pkgconfig
 lib_LTLIBRARIES = libthrift_c_glib.la
 pkgconfig_DATA = thrift_c_glib.pc
 
-common_cflags = -g -Wall -W -Werror -Isrc -I src/thrift/c_glib $(GLIB_CFLAGS)
+common_cflags = -g -Wall -W -Isrc -I src/thrift/c_glib $(GLIB_CFLAGS)
 common_ldflags = -g -Wall -W $(GLIB_LDFLAGS) @GCOV_LDFLAGS@
 
 # this removes optimizations and adds coverage flags