diff options
Diffstat (limited to 'gcc/fortran/options.c')
-rw-r--r-- | gcc/fortran/options.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/fortran/options.c b/gcc/fortran/options.c index a68c3be..2d11ad7 100644 --- a/gcc/fortran/options.c +++ b/gcc/fortran/options.c @@ -244,7 +244,7 @@ gfc_post_options (const char **pfilename) gfc_add_include_path (".", true); if (canon_source_file != gfc_source_file) - gfc_free (CONST_CAST (canon_source_file)); + gfc_free (CONST_CAST (char *, canon_source_file)); /* Decide which form the file will be read in as. */ |