pkgsrc-Changes archive

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

CVS commit: pkgsrc/mk/compiler



Module Name:    pkgsrc
Committed By:   tnn
Date:           Thu May  1 15:40:41 UTC 2025

Modified Files:
        pkgsrc/mk/compiler: gcc.mk

Log Message:
gcc.mk: drop -Wno-error=int-version for GCC < 5


To generate a diff of this commit:
cvs rdiff -u -r1.290 -r1.291 pkgsrc/mk/compiler/gcc.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/mk/compiler/gcc.mk
diff -u pkgsrc/mk/compiler/gcc.mk:1.290 pkgsrc/mk/compiler/gcc.mk:1.291
--- pkgsrc/mk/compiler/gcc.mk:1.290     Fri Apr 25 19:35:10 2025
+++ pkgsrc/mk/compiler/gcc.mk   Thu May  1 15:40:41 2025
@@ -1,4 +1,4 @@
-# $NetBSD: gcc.mk,v 1.290 2025/04/25 19:35:10 dkazankov Exp $
+# $NetBSD: gcc.mk,v 1.291 2025/05/01 15:40:41 tnn Exp $
 #
 # This is the compiler definition for the GNU Compiler Collection.
 #
@@ -376,6 +376,7 @@ BUILDLINK_TRANSFORM+=       rm:-Wno-error=impl
 BUILDLINK_TRANSFORM+=  rm:-Wno-error=sign-conversion
 BUILDLINK_TRANSFORM+=  rm:-Wno-error=incompatible-pointer-types
 BUILDLINK_TRANSFORM+=  rm:-Wno-error=implicit-int
+BUILDLINK_TRANSFORM+=  rm:-Wno-error=int-conversion
 .endif
 
 .if !empty(_GCC_VERSION:M[23].*) || !empty(_GCC_VERSION:M4.[01234].*)



Home | Main Index | Thread Index | Old Index