added warning flag to gcc config and eliminated warning related to jmp_buf initialization

git-svn-id: http://unity.svn.sourceforge.net/svnroot/unity/trunk@26 e7d17a6e-8845-0410-bbbc-c8efb4fdad7e
This commit is contained in:
mkarlesky
2009-04-16 12:22:44 +00:00
parent 8457dd9a55
commit 16d1979c3a
2 changed files with 5 additions and 2 deletions

View File

@@ -5,7 +5,10 @@ compiler:
runner_path: 'runners/' runner_path: 'runners/'
build_path: &build_path 'build/' build_path: &build_path 'build/'
options: options:
- -c - '-c'
- '-Wall'
- -std=c99
- -pedantic
includes: includes:
prefix: '-I' prefix: '-I'
items: items:

View File

@@ -12,7 +12,7 @@ struct _Unity Unity =
0, 0,
0, 0,
1e-4f, 1e-4f,
0, {0},
}; };
void UnityPrintChar(const char ch) void UnityPrintChar(const char ch)