Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndris Zeila <andris.zeila@zabbix.com>2018-08-13 14:08:48 +0300
committerAndris Zeila <andris.zeila@zabbix.com>2018-08-13 14:08:48 +0300
commitcaaa52037273e18f2492e243b0f6d55159ac61a5 (patch)
tree22a24d7a72772c2f4f218d03933203d42b7ceb6a /build-backend.xml
parentd9aad57447ea95fce6081bffbd02cbaa546e922f (diff)
.......... [DEV-698] added -Wformat to gcc flags in ant build script
Diffstat (limited to 'build-backend.xml')
-rw-r--r--build-backend.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-backend.xml b/build-backend.xml
index 53100ecbe86..a5b784307b2 100644
--- a/build-backend.xml
+++ b/build-backend.xml
@@ -116,7 +116,7 @@
<property name="common.cflags" value="-O2 -g"/>
<switch value="@{cc}">
<case value="gcc">
- <property name="cc.cflags" value="-Wall -Wextra -Wdeclaration-after-statement -Wpointer-arith -Wno-maybe-uninitialized"/>
+ <property name="cc.cflags" value="-Wall -Wextra -Wdeclaration-after-statement -Wpointer-arith -Wno-maybe-uninitialized -Wformat"/>
</case>
<case value="clang">
<property name="cc.cflags" value=""/>