scons: the 'unused-but-set-variable' added in gcc 4.6 triggers warnings when compilin...
commit8d0be5bb50daee5751be1e0d5fdc7d25f23f494d
authorjwoithe <jwoithe@2be59082-3212-0410-8809-b0798e1608f0>
Fri, 9 May 2014 13:06:38 +0000 (9 13:06 +0000)
committerjwoithe <jwoithe@2be59082-3212-0410-8809-b0798e1608f0>
Fri, 9 May 2014 13:06:38 +0000 (9 13:06 +0000)
tree0a40b69ddd287164f72c4e6988bcd5fea2f1fa54
parentaddc93c1e9c7d433582ccbf2ce0d8b4bfd9c026c
scons: the 'unused-but-set-variable' added in gcc 4.6 triggers warnings when compiling code generated by dbusxx-xml2cpp (such as controlserver-glue.h).  This is caused by numerous instances of the call.reader() return value being stored but not used.  Since we can do nothing about this, suppress this warning when compiling dbus-related files.  This change plus those in r2522 to r2526 inclusive allow FFADO to compile without warnings, at least under gcc 4.7.x.

git-svn-id: svn+ssh://ffado.org/ffado/trunk@2527 2be59082-3212-0410-8809-b0798e1608f0
libffado/SConstruct