I have some warning messages I need to suppress from a generated source file from flex.  Is there a way to add a compiler flag for just one source file in a target?  The specific flag I&#39;d like to add for gcc is<br>Wno-unused-function<br>
<br>Which applies to static functions in the compilation unit.<br><br>Juan<br>