diff options
Diffstat (limited to 'tools/preproc/asm_file.h')
-rw-r--r-- | tools/preproc/asm_file.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/preproc/asm_file.h b/tools/preproc/asm_file.h index 1c137d7d3..f6bfe8a36 100644 --- a/tools/preproc/asm_file.h +++ b/tools/preproc/asm_file.h @@ -65,7 +65,7 @@ private: void ExpectEmptyRestOfLine(); void ReportDiagnostic(const char* type, const char* format, std::va_list args); void RaiseError(const char* format, ...); - void RaiseWarning(const char *format, ...); + void RaiseWarning(const char* format, ...); }; #endif // ASM_FILE_H |