<html><head><base href="x-msg://341/"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Aren't you the one generating those names?<div><br></div><div><a href="http://www.swig.org/Doc1.3/Introduction.html#Introduction_build_system">http://www.swig.org/Doc1.3/Introduction.html#Introduction%5Fbuild%5Fsystem</a></div><div><br><div><div>On 2012-28-11, at 01:11:24 , Miller Henry wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div><font face="Calibri, sans-serif" size="2"><div>Our normal coding standards requires zero warnings with –wall –wextra&nbsp; (gcc/clang), but often the swig generated file has warnings.&nbsp;&nbsp; We don’t mind turning these warnings off for the generated file, but we still want to see them for other files in the project.&nbsp; However I’m stumped on how to do this.</div><div>&nbsp;</div><div>Currently I have</div><div>&nbsp;</div><div>ADD_DEFINITIONS(-Wno-unused-parameter …)</div><div>&nbsp;</div><div>which works but it disables the warning for non-generated files as well.</div><div>&nbsp;</div><div>I understand the right way to do this is by:</div><div>&nbsp;</div><div>Set_source_files_property(filename PROPERTIES COMPILE_FLAGS “-Wno-unused-parameter&nbsp; …”)</div><div>&nbsp;</div><div>However I don’t have filename.&nbsp; Instead I have myInputfile.i, which gets turns into something like myInputFilePYTHON_wrap.cxx.&nbsp; Of course I can generate this name, but that seems fragile: if cmake desides to change the file mangling in the future I need to change my algorithm.&nbsp;</div><div>&nbsp;</div><div>So the question is either: is there are good way to get the generated filename, or is there a different way I should be doing this?</div><div>&nbsp;</div><div>&nbsp;</div></font>--<br><br>Powered by<span class="Apple-converted-space">&nbsp;</span><a href="http://www.kitware.com">www.kitware.com</a><br><br>Visit other Kitware open-source projects at<span class="Apple-converted-space">&nbsp;</span><a href="http://www.kitware.com/opensource/opensource.html">http://www.kitware.com/opensource/opensource.html</a><br><br>Please keep messages on-topic and check the CMake FAQ at:<span class="Apple-converted-space">&nbsp;</span><a href="http://www.cmake.org/Wiki/CMake_FAQ">http://www.cmake.org/Wiki/CMake_FAQ</a><br><br>Follow this link to subscribe/unsubscribe:<br><a href="http://www.cmake.org/mailman/listinfo/cmake">http://www.cmake.org/mailman/listinfo/cmake</a></div></blockquote></div><br></div></body></html>