summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTing-Wei Lan <lantw@src.gnome.org>2014-12-15 23:22:15 +0800
committerTing-Wei Lan <lantw@src.gnome.org>2014-12-16 01:51:55 +0800
commit334bb90c5bcf96105aed8eac464bb296bf1aa9c9 (patch)
treeca9995baba5b5d33b8469e4b0297a7e9418bbd45
parent1f60e9536dd8ac71a799d60eb128c6c928c67639 (diff)
downloadgnome-common-334bb90c5bcf96105aed8eac464bb296bf1aa9c9.tar.gz
compiler-warnings: Add -Werror=return-type
Function return type mismatch should be considered broken, as it can cause unexpected result or compilation error. https://bugzilla.gnome.org/show_bug.cgi?id=741558
-rw-r--r--macros2/gnome-compiler-flags.m43
1 files changed, 2 insertions, 1 deletions
diff --git a/macros2/gnome-compiler-flags.m4 b/macros2/gnome-compiler-flags.m4
index 2261949..ec2d896 100644
--- a/macros2/gnome-compiler-flags.m4
+++ b/macros2/gnome-compiler-flags.m4
@@ -1,6 +1,6 @@
# gnome-compiler-flags.m4
#
-# serial 2
+# serial 3
#
dnl GNOME_COMPILE_WARNINGS
@@ -49,6 +49,7 @@ AC_DEFUN([GNOME_COMPILE_WARNINGS],[
-Werror=format-security \
-Werror=format=2 \
-Werror=missing-include-dirs \
+ -Werror=return-type \
"
dnl Additional warning or error flags provided by the module author to