diff options
Diffstat (limited to 'gcc/xcoffout.c')
-rw-r--r-- | gcc/xcoffout.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/xcoffout.c b/gcc/xcoffout.c index 8859b40730f..3c853544ec4 100644 --- a/gcc/xcoffout.c +++ b/gcc/xcoffout.c @@ -321,7 +321,8 @@ xcoffout_source_file (FILE *file, const char *filename, int inline_p) /* Output a line number symbol entry for location (FILENAME, LINE). */ void -xcoffout_source_line (unsigned int line, const char *filename) +xcoffout_source_line (unsigned int line, const char *filename, + int discriminator ATTRIBUTE_UNUSED) { bool inline_p = (strcmp (xcoff_current_function_file, filename) != 0 || (int) line < xcoff_begin_function_line); |