提交 16d1979c 编写于 作者: M mkarlesky

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
上级 8457dd9a
...@@ -5,7 +5,10 @@ compiler: ...@@ -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:
......
...@@ -12,7 +12,7 @@ struct _Unity Unity = ...@@ -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)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册