summaryrefslogtreecommitdiffstats
path: root/src/script
diff options
context:
space:
mode:
authorRolland Dudemaine <rolland@ghs.com>2011-02-22 15:28:19 (GMT)
committerHarald Fernengel <harald.fernengel@nokia.com>2011-02-22 15:28:19 (GMT)
commitfde4fbba7e742dae4b8ebeb637e03fb9cde65360 (patch)
treeb3f24a888f6bf168a7da8789f22b7dfb69dece14 /src/script
parent09ad356cbc578c420b5392cd4ccc2393dc7b9050 (diff)
downloadQt-fde4fbba7e742dae4b8ebeb637e03fb9cde65360.zip
Qt-fde4fbba7e742dae4b8ebeb637e03fb9cde65360.tar.gz
Qt-fde4fbba7e742dae4b8ebeb637e03fb9cde65360.tar.bz2
Silence GHS compiler
Remove some warnings for the GHS compiler Merge-request: 1101 Reviewed-by: Harald Fernengel <harald.fernengel@nokia.com>
Diffstat (limited to 'src/script')
-rw-r--r--src/script/script.pro4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/script/script.pro b/src/script/script.pro
index 162eb9c..ce5c778 100644
--- a/src/script/script.pro
+++ b/src/script/script.pro
@@ -101,5 +101,9 @@ symbian {
QMAKE_CXXFLAGS.ARMCC += -OTime -O3
}
+integrity {
+ CFLAGS += --diag_remark=236,82
+}
+
# WebKit doesn't compile in C++0x mode
*-g++*:QMAKE_CXXFLAGS -= -std=c++0x -std=gnu++0x