aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/usage.adb
diff options
context:
space:
mode:
authorArnaud Charlet <charlet@gcc.gnu.org>2014-07-29 15:17:53 +0200
committerArnaud Charlet <charlet@gcc.gnu.org>2014-07-29 15:17:53 +0200
commitb329a739f8026e4d1ace1e7113c96b99e3193e17 (patch)
tree130e51c633a23cf34a2539ed489b02efb89800f3 /gcc/ada/usage.adb
parent220d1fd9dfd8d7abcb9d5cc38f5ee8e5ba7c2a64 (diff)
downloadgcc-b329a739f8026e4d1ace1e7113c96b99e3193e17.zip
gcc-b329a739f8026e4d1ace1e7113c96b99e3193e17.tar.gz
gcc-b329a739f8026e4d1ace1e7113c96b99e3193e17.tar.bz2
[multiple changes]
2014-07-29 Robert Dewar <dewar@adacore.com> * gnat_ugn.texi: Clean up and correct documentation of warnings. * usage.adb: Minor corrections to make sure warnings are properly documented. * warnsw.adb (Set_Warning_Switch): Remove redundant return statement. (WA_Warnings): Add Warn_On_Suspicious_Modulus_Value. 2014-07-29 Ed Schonberg <schonberg@adacore.com> * exp_ch3.adb (Expand_N_Object_Declaration): The dummy block created to match internal sequence numbers between compilations with/without abort must have its type properly set. From-SVN: r213168
Diffstat (limited to 'gcc/ada/usage.adb')
-rw-r--r--gcc/ada/usage.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/usage.adb b/gcc/ada/usage.adb
index 806675f..9cb198f 100644
--- a/gcc/ada/usage.adb
+++ b/gcc/ada/usage.adb
@@ -528,7 +528,7 @@ begin
"but not read");
Write_Line (" M* turn off warnings for variable assigned " &
"but not read");
- Write_Line (" .m* turn on warnings for suspicious modulus value");
+ Write_Line (" .m*+ turn on warnings for suspicious modulus value");
Write_Line (" .M turn off warnings for suspicious modulus value");
Write_Line (" n* normal warning mode (cancels -gnatws/-gnatwe)");
Write_Line (" .n turn on info messages for atomic " &