diff options
Diffstat (limited to 'gcc/cppmain.c')
-rw-r--r-- | gcc/cppmain.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/cppmain.c b/gcc/cppmain.c index 0429932..5e3ed90 100644 --- a/gcc/cppmain.c +++ b/gcc/cppmain.c @@ -72,8 +72,8 @@ main (argc, argv) #ifdef HAVE_LC_MESSAGES setlocale (LC_MESSAGES, ""); #endif - bindtextdomain (PACKAGE, localedir); - textdomain (PACKAGE); + (void) bindtextdomain (PACKAGE, localedir); + (void) textdomain (PACKAGE); cpp_reader_init (&parse_in); parse_in.opts = opts; |