summaryrefslogtreecommitdiff
path: root/travis
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2019-06-06 20:53:17 -0700
committerH. Peter Anvin <hpa@zytor.com>2019-06-06 20:53:17 -0700
commitfdeb3b0d018f4c0ce5e16c0620287af806873543 (patch)
treeabb43e13e940bf0a7d10a7698e827350684bd3bc /travis
parent186f9a0514f466c36677b515622ba1c4fa96e32d (diff)
downloadnasm-fdeb3b0d018f4c0ce5e16c0620287af806873543.tar.gz
Add group aliases for all prefixed warnings.
For example, -w+float will now enable all warnings with names staring with float-*. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'travis')
-rw-r--r--travis/test/aoutso.stderr2
-rw-r--r--travis/test/elfso-o0.stderr2
-rw-r--r--travis/test/elfso-ox.stderr2
-rw-r--r--travis/test/tmap.o.stderr2
4 files changed, 4 insertions, 4 deletions
diff --git a/travis/test/aoutso.stderr b/travis/test/aoutso.stderr
index 5b135f21..a1e07239 100644
--- a/travis/test/aoutso.stderr
+++ b/travis/test/aoutso.stderr
@@ -1 +1 @@
-./travis/test/aoutso.asm:79: warning: label alone on a line without a colon might be in error [-w+orphan-labels] \ No newline at end of file
+./travis/test/aoutso.asm:79: warning: label alone on a line without a colon might be in error [-w+label-orphan] \ No newline at end of file
diff --git a/travis/test/elfso-o0.stderr b/travis/test/elfso-o0.stderr
index 77bf808f..bffa758b 100644
--- a/travis/test/elfso-o0.stderr
+++ b/travis/test/elfso-o0.stderr
@@ -1 +1 @@
-./travis/test/elfso.asm:83: warning: label alone on a line without a colon might be in error [-w+orphan-labels] \ No newline at end of file
+./travis/test/elfso.asm:83: warning: label alone on a line without a colon might be in error [-w+label-orphan] \ No newline at end of file
diff --git a/travis/test/elfso-ox.stderr b/travis/test/elfso-ox.stderr
index 77bf808f..bffa758b 100644
--- a/travis/test/elfso-ox.stderr
+++ b/travis/test/elfso-ox.stderr
@@ -1 +1 @@
-./travis/test/elfso.asm:83: warning: label alone on a line without a colon might be in error [-w+orphan-labels] \ No newline at end of file
+./travis/test/elfso.asm:83: warning: label alone on a line without a colon might be in error [-w+label-orphan] \ No newline at end of file
diff --git a/travis/test/tmap.o.stderr b/travis/test/tmap.o.stderr
index cf2770e8..3cf4d563 100644
--- a/travis/test/tmap.o.stderr
+++ b/travis/test/tmap.o.stderr
@@ -1 +1 @@
-./travis/test/tmap.asm:938: warning: label alone on a line without a colon might be in error [-w+orphan-labels] \ No newline at end of file
+./travis/test/tmap.asm:938: warning: label alone on a line without a colon might be in error [-w+label-orphan] \ No newline at end of file