repositories
/
deb_libcec.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ae30b10
)
suppress mangling warning. credits @warped-rudi. closes #190
author
Lars Op den Kamp
<lars@opdenkamp.eu>
Mon, 9 Dec 2013 15:56:25 +0000
(16:56 +0100)
committer
Lars Op den Kamp
<lars@opdenkamp.eu>
Mon, 9 Dec 2013 18:03:08 +0000
(19:03 +0100)
configure.ac
patch
|
blob
|
blame
|
history
diff --git
a/configure.ac
b/configure.ac
index 9b2ac344b039b3455052cb30fe99b9b3c81c40ad..772ca7f7aee7722389d9a1ecc1a92fcaf8da8f8c 100644
(file)
--- 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"