diff options
author | infirit <[email protected]> | 2015-07-24 15:47:13 +0200 |
---|---|---|
committer | infirit <[email protected]> | 2015-07-24 16:00:34 +0200 |
commit | 0cbc509b7b171e1774bf3169f971e2488ca7fdd2 (patch) | |
tree | cf79e9eb26cd43f6b536df29a2bf09f136d4400d | |
parent | 207f23b178ce42759217456dff70248ac700c4ed (diff) | |
download | mate-notification-daemon-0cbc509b7b171e1774bf3169f971e2488ca7fdd2.tar.bz2 mate-notification-daemon-0cbc509b7b171e1774bf3169f971e2488ca7fdd2.tar.xz |
Fix warning _FORTIFY_SOURCE is redefined
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index c601237..f4105c4 100644 --- a/configure.ac +++ b/configure.ac @@ -221,7 +221,7 @@ if test "$GCC" = "yes" -a "$set_more_warnings" != "no"; then AC_MSG_RESULT(yes) WARNINGCFLAGS="\ -Wchar-subscripts -Wmissing-declarations \ - -Wcast-align -Wsign-compare -Wp,-D_FORTIFY_SOURCE=2 \ + -Wcast-align -Wsign-compare -U_FORTIFY_SOURCE -Wp,-D_FORTIFY_SOURCE=2 \ $WARNINGCFLAGS" for option in -Wno-strict-aliasing; do |