summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2012-05-30 12:37:00 +0200
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2012-05-30 12:37:00 +0200
commit96f075beebb0183329dd69ddc661b2425145f0ec (patch)
tree0b303e9c0d92fe8956d60404375f3272ef49951d
parent1e6c5ead21037df6cb4917d62c1d4a7de0368df0 (diff)
downloadgstreamer-common-96f075beebb0183329dd69ddc661b2425145f0ec.tar.gz
m4: Don't use -Wno-non-virtual-dtor for objc
-rw-r--r--m4/gst-error.m43
1 files changed, 0 insertions, 3 deletions
diff --git a/m4/gst-error.m4 b/m4/gst-error.m4
index d21e324..e12a04c 100644
--- a/m4/gst-error.m4
+++ b/m4/gst-error.m4
@@ -228,9 +228,6 @@ AC_DEFUN([AG_GST_SET_ERROR_OBJCFLAGS],
if test "x$ERROR_OBJCFLAGS" != "x"
then
- dnl add exceptions
- AS_OBJC_COMPILER_FLAG([-Wno-non-virtual-dtor], ERROR_OBJCFLAGS="$ERROR_OBJCFLAGS -Wno-non-virtual-dtor")
-
dnl Add -fno-strict-aliasing for GLib versions before 2.19.8
dnl as before G_LOCK and friends caused strict aliasing compiler
dnl warnings.