Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save warped-rudi/6833251 to your computer and use it in GitHub Desktop.
Save warped-rudi/6833251 to your computer and use it in GitHub Desktop.
Suppress *mangling has chnaged in GCC 4.4' warnings
diff --git a/configure.ac b/configure.ac
index 9b2ac34..772ca7f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -342,7 +342,7 @@ fi
LIBS_LIBCEC="$LIBS"
LIBS="$libs_client"
-CXXFLAGS="$CXXFLAGS -fPIC -Wall -Wextra -Wno-missing-field-initializers"
+CXXFLAGS="$CXXFLAGS -fPIC -Wall -Wextra -Wno-missing-field-initializers -Wno-psabi"
if test "x$use_debug" = "xyes"; then
CXXFLAGS="$CXXFLAGS -g"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment