aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/misc.c
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2003-11-14 17:49:19 +0100
committerAndreas Jaeger <aj@gcc.gnu.org>2003-11-14 17:49:19 +0100
commita477ab83205c208ab4e461b0af4af1abaad2ceae (patch)
tree1f1a459b3250a8b487fd65b806c1fc222fb248cc /gcc/ada/misc.c
parentc004039774bc90cc11291d7820d21c18239519fd (diff)
downloadgcc-a477ab83205c208ab4e461b0af4af1abaad2ceae.zip
gcc-a477ab83205c208ab4e461b0af4af1abaad2ceae.tar.gz
gcc-a477ab83205c208ab4e461b0af4af1abaad2ceae.tar.bz2
lang.opt: Change -Wno-long-long to -Wlong-long since the latter is the canonical version.
* lang.opt: Change -Wno-long-long to -Wlong-long since the latter is the canonical version. * misc.c (gnat_handle_option): Likewise. From-SVN: r73607
Diffstat (limited to 'gcc/ada/misc.c')
-rw-r--r--gcc/ada/misc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/misc.c b/gcc/ada/misc.c
index c7510fc..cd9663c 100644
--- a/gcc/ada/misc.c
+++ b/gcc/ada/misc.c
@@ -259,7 +259,7 @@ gnat_handle_option (size_t scode, const char *arg, int value ATTRIBUTE_UNUSED)
case OPT_Wmissing_prototypes:
case OPT_Wstrict_prototypes:
case OPT_Wwrite_strings:
- case OPT_Wno_long_long:
+ case OPT_Wlong_long:
break;
/* This is handled by the front-end. */