pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/emulators/tme Ignore warnings about implicit pointer-t...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0f8f0fa59533
branches:  trunk
changeset: 643017:0f8f0fa59533
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Tue Dec 09 22:37:11 2014 +0000

description:
Ignore warnings about implicit pointer-to-true casts.

diffstat:

 emulators/tme/Makefile |  8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diffs (25 lines):

diff -r 6beb4978dc4e -r 0f8f0fa59533 emulators/tme/Makefile
--- a/emulators/tme/Makefile    Tue Dec 09 20:16:42 2014 +0000
+++ b/emulators/tme/Makefile    Tue Dec 09 22:37:11 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.54 2014/12/01 12:39:17 joerg Exp $
+# $NetBSD: Makefile,v 1.55 2014/12/09 22:37:11 joerg Exp $
 #
 
 DISTNAME=              tme-0.8
@@ -27,11 +27,13 @@
 _WRAP_EXTRA_ARGS.CC+=  -Wno-error=tautological-compare \
                        -Wno-error=sometimes-uninitialized \
                        -Wno-error=unused-function \
-                       -Wno-error=absolute-value
+                       -Wno-error=absolute-value \
+                       -Wno-error=pointer-bool-conversion
 CWRAPPERS_APPEND.cc+=  -Wno-error=tautological-compare \
                        -Wno-error=sometimes-uninitialized \
                        -Wno-error=unused-function \
-                       -Wno-error=absolute-value
+                       -Wno-error=absolute-value \
+                       -Wno-error=pointer-bool-conversion
 .elif !empty(CC_VERSION:Mgcc-4.8.*)
 _WRAP_EXTRA_ARGS.CC+=  -Wno-error=unused-but-set-variable      \
        -Wno-error=array-bounds                                 \



Home | Main Index | Thread Index | Old Index