Skip to content

Commit a7c3b23

Browse files
committed
Fix OS X 10.9 build.
1 parent 0225095 commit a7c3b23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -736,7 +736,7 @@ Check to make sure all required properties are specified. This includes properti
736736
</exec>
737737
<exec executable="${c.exe}" failonerror="true">
738738
<arg
739-
line="-W -Wall -Wbad-function-cast -Wcast-align -Wpointer-arith -Wcast-qual -Wshadow -Wmissing-prototypes -Wmissing-declarations -fkeep-static-consts -fkeep-inline-functions -Wwrite-strings -Wno-aggregate-return -Wmissing-noreturn -Wnested-externs -Wtrigraphs -Wconversion -Wsign-compare -Wno-unused -Wno-strict-prototypes -Wno-undef"/>
739+
line="-W -Wall -Wbad-function-cast -Wcast-align -Wpointer-arith -Wcast-qual -Wshadow -Wmissing-prototypes -Wmissing-declarations -fkeep-inline-functions -Wwrite-strings -Wno-aggregate-return -Wmissing-noreturn -Wnested-externs -Wtrigraphs -Wconversion -Wsign-compare -Wno-unused -Wno-strict-prototypes -Wno-undef"/>
740740
<arg value="-I"/>
741741
<arg value="${basedir}/rvm/src-generated/opt-burs/jburg"/>
742742
<arg value="-o"/>

0 commit comments

Comments
 (0)