pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/mk/wrapper
Module Name: pkgsrc
Committed By: rillig
Date: Sun Mar 22 11:05:50 UTC 2020
Modified Files:
pkgsrc/mk/wrapper: transform-gcc
Log Message:
mk/wrapper/transform-gcc: pass -Werror=* without warning
To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 pkgsrc/mk/wrapper/transform-gcc
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/mk/wrapper/transform-gcc
diff -u pkgsrc/mk/wrapper/transform-gcc:1.33 pkgsrc/mk/wrapper/transform-gcc:1.34
--- pkgsrc/mk/wrapper/transform-gcc:1.33 Tue Jun 19 05:02:10 2018
+++ pkgsrc/mk/wrapper/transform-gcc Sun Mar 22 11:05:50 2020
@@ -1,4 +1,4 @@
-# $NetBSD: transform-gcc,v 1.33 2018/06/19 05:02:10 khorben Exp $
+# $NetBSD: transform-gcc,v 1.34 2020/03/22 11:05:50 rillig Exp $
#
# This file handles the transformations needed for gcc that can be done
# looking at only one argument at a time.
@@ -97,6 +97,7 @@ case $arg in
-Wextra |\
-Werror |\
-Werror-implicit-function-declaration |\
+-Werror=* |\
-Wformat* |\
-Winline |\
-Wmissing-declarations |\
Home |
Main Index |
Thread Index |
Old Index