We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca178f8 commit 94c6ecdCopy full SHA for 94c6ecd
asm/directiv.c
@@ -526,8 +526,9 @@ bool process_directives(char *directive)
526
push_warnings();
527
else if (!nasm_stricmp(value, "pop"))
528
pop_warnings();
529
+ } else {
530
+ set_warning_status(value);
531
}
- set_warning_status(value);
532
break;
533
534
case D_CPU: /* [CPU] */
travis/test/warnstack.json
@@ -4,7 +4,7 @@
4
"id": "warnstack",
5
"format": "bin",
6
"source": "warnstack.asm",
7
- "option": "-Ox",
+ "option": "-Ox -w+unknown-warning",
8
"target": [
9
{ "output": "warnstack.bin" },
10
{ "stderr": "warnstack.stderr" }
0 commit comments