summaryrefslogtreecommitdiff
path: root/tests/console
diff options
context:
space:
mode:
authorruki <[email protected]>2015-06-06 22:52:00 +0800
committerruki <[email protected]>2015-06-06 22:52:00 +0800
commit70aafd951297294b4f6e8e3ec8ee5058461fa59a (patch)
treebade5bf24566df41de9a1cb2a171d9301d8a3205 /tests/console
parent7c091cff74f038381c5e16576afeb7d4713bc917 (diff)
append warning flags
Diffstat (limited to 'tests/console')
-rw-r--r--tests/console/xmake.xproj6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/console/xmake.xproj b/tests/console/xmake.xproj
index bc14881dc..2c72a1fc8 100644
--- a/tests/console/xmake.xproj
+++ b/tests/console/xmake.xproj
@@ -18,20 +18,20 @@ project: console
# the modes
modes: debug
{
- warning: all
+ warnings: all
optimize: none
}
modes: release
{
cflags: -Wno-error=deprecated-declarations
- warning: error
+ warnings: all, error
optimize: smallest
}
modes: profile
{
- warning: none
+ warnings: none
optimize: fastest
}