Skip to content

Commit

Permalink
libcec : suppress compiler warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
warped-rudi committed Oct 4, 2013
1 parent 864f1a3 commit f066427
Showing 1 changed file with 25 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
From 1ad25ad5365d99b1523d90dec2884e463dba2a81 Mon Sep 17 00:00:00 2001
From: warped-rudi <[email protected]>
Date: Wed, 2 Oct 2013 08:59:30 +0200
Subject: [PATCH] suppress 'mangling has changed...' warning

---
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

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"
--
1.7.9.5

0 comments on commit f066427

Please sign in to comment.