Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'production/build-functions.shsource')
-rwxr-xr-xproduction/build-functions.shsource4
1 files changed, 2 insertions, 2 deletions
diff --git a/production/build-functions.shsource b/production/build-functions.shsource
index d570cad38..f8cb2d230 100755
--- a/production/build-functions.shsource
+++ b/production/build-functions.shsource
@@ -354,9 +354,9 @@ fn-maven-build-aggregator ()
then
FORCEQUALIFIERARG="-DforceContextQualifier=${BUILD_ID}"
FAIL_OPTION=${FAIL_OPTION:-"--fail-never"}
- CODE_WARNINGS="-Dcode.ignoredWarnings=-warn:-deprecation"
+ #CODE_WARNINGS="-Dcode.ignoredWarnings=-warn:-deprecation"
# For now treat N- and I-builds the same for bug 483395 comment 21.
- #CODE_WARNINGS=
+ CODE_WARNINGS=
else
# just for safety, make sure unset
FORCEQUALIFIERARG=

Back to the top