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

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZoltan Varga <vargaz@gmail.com>2014-04-04 00:41:04 +0400
committerZoltan Varga <vargaz@gmail.com>2014-04-04 00:42:12 +0400
commit754317f3282cdc3b127e7ca9f66e9330da8b17b2 (patch)
treee501c54b4babece664741ae3597e04a3385b9b34 /configure.in
parent2629d9775a30a48d1557c3c50898b8f36f9debe5 (diff)
[runtime] Disable some warnings.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 082d9370c10..65b27c5a210 100644
--- a/configure.in
+++ b/configure.in
@@ -548,7 +548,7 @@ if test x"$GCC" = xyes; then
if test "x$mono_cv_clang" = "xyes"; then
# https://bugzilla.samba.org/show_bug.cgi?id=8118
WARN="$WARN -Qunused-arguments"
- WARN="$WARN -Wno-unused-function -Wno-tautological-compare"
+ WARN="$WARN -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality"
fi
else
# The Sun Forte compiler complains about inline functions that access static variables