clang and ccache warnings suppression also for .mm files, turn off other builds temporarily

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@76835 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor 2014-07-05 15:15:24 +00:00
parent 3b9a328662
commit 22ee0cf589

View File

@ -19,12 +19,14 @@
<steps>
<checkout/>
<configure options="CXXFLAGS=&quot;-Qunused-arguments -Wno-parentheses-equality&quot; CFLAGS=&quot;-Qunused-arguments -Wno-parentheses-equality&quot;"/>
<configure options="CXXFLAGS=&quot;-Qunused-arguments -Wno-parentheses-equality&quot; CFLAGS=&quot;-Qunused-arguments -Wno-parentheses-equality&quot; OBJCXXFLAGS=&quot;-Qunused-arguments -Wno-parentheses-equality&quot;"/>
<compile-all/>
<run-tests/>
</steps>
</build>
<disable>
<build>
<name>OSX 10.5 Intel wxOSX Cocoa Stable</name>
<builddir>csleo_stable_cocoa</builddir>
@ -50,5 +52,6 @@
<run-tests/>
</steps>
</build>
</disable>
</bot>