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:
authorArtjoms Rimdjonoks <artjoms.rimdjonoks@zabbix.com>2022-02-07 12:46:59 +0300
committerArtjoms Rimdjonoks <artjoms.rimdjonoks@zabbix.com>2022-02-07 12:46:59 +0300
commit7b0749baaa01de6b1caf29e130aec2ce2579bb23 (patch)
tree8d9277ddbaff0205699d47073bbf5635a0b7cf07 /build-backend.xml
parent2d56302ea988704beff95636d4e32e74feec3227 (diff)
.......... [DEV-2074] fixed previous build
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 f25f041f2a8..a9b48b7c054 100644
--- a/build-backend.xml
+++ b/build-backend.xml
@@ -4,7 +4,7 @@
<taskdef resource="net/sf/antcontrib/antlib.xml" />
<!-- oracle oci library has functions declarations without arguments: f() instead of f(void), so it triggers pedantic warning -->
- <property name="COMP_FLAGS_ORACLE" value="-g -std=gnu99 -pedantic -Wall -Wextra -Wunused -Wshadow -Wstrict-prototypes -Wdeclaration-after-statement -Wpointer-arith -Wno-maybe-uninitialized -Wformat -Wmissing-prototypes -Wunreachable-code -Wformat-extra-args -Wno-missing-field-initializers -Wno-missing-field-initializers-Wincompatible-pointer-types"/>
+ <property name="COMP_FLAGS_ORACLE" value="-g -std=gnu99 -Wall -Wextra -Wunused -Wshadow -Wstrict-prototypes -Wdeclaration-after-statement -Wpointer-arith -Wno-maybe-uninitialized -Wformat -Wmissing-prototypes -Wunreachable-code -Wformat-extra-args -Wno-missing-field-initializers -Wno-missing-field-initializers-Wincompatible-pointer-types"/>
<property name="COMP_FLAGS" value="-pedantic ${COMP_FLAGS_ORACLE}"/>
<!-- Initialize database related options based on the database type -->