diff options
Diffstat (limited to 'asm/preproc-nop.c')
-rw-r--r-- | asm/preproc-nop.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/asm/preproc-nop.c b/asm/preproc-nop.c index 43c0fbe2..f885f72e 100644 --- a/asm/preproc-nop.c +++ b/asm/preproc-nop.c @@ -175,7 +175,7 @@ static void nop_include_path(struct strlist *list) (void)list; } -static void nop_error_list_macros(int severity) +static void nop_error_list_macros(errflags severity) { (void)severity; } |