OSDN Git Service

Add -Wno-parentheses to CFLAGS.
authorDiego Biurrun <diego@biurrun.de>
Mon, 2 Aug 2010 17:09:55 +0000 (17:09 +0000)
committerDiego Biurrun <diego@biurrun.de>
Mon, 2 Aug 2010 17:09:55 +0000 (17:09 +0000)
commit440e3b2f7f39487f2bc2c12f91126e1bc33d6954
tree65ad6c68c2c31eacad077b33eef201ac7e9588d3
parent546017fc7909c085a6f57dbf8f63b28be7293b00
Add -Wno-parentheses to CFLAGS.
Without this flag -Wall generates warnings that nobody wants to see fixed or
worked around. Disabling those warnings is thus the best solution.

Originally committed as revision 24666 to svn://svn.ffmpeg.org/ffmpeg/trunk
configure