- minor tweaks to work with latest gcc

git-svn-id: http://unity.svn.sourceforge.net/svnroot/unity/trunk@108 e7d17a6e-8845-0410-bbbc-c8efb4fdad7e
This commit is contained in:
mvandervoord
2010-12-22 01:27:39 +00:00
parent 57178b9295
commit 6ae3084c72
2 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,7 @@ compiler:
options:
- '-c'
- '-Wall'
- '-Wno-address'
- '-std=c99'
- '-pedantic'
includes:

View File

@ -6,6 +6,7 @@ compiler:
options:
- '-c'
- '-Wall'
- '-Wno-address'
- '-std=c99'
- '-pedantic'
includes: