[Bug 57116] Missing some useful C++ warning options

Amilcar do Carmo Lucas amilcar at ida.ing.tu-bs.de
Thu Aug 21 15:45:10 UTC 2003


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
     
http://bugs.kde.org/show_bug.cgi?id=57116     
amilcar at ida.ing.tu-bs.de changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From amilcar at ida.ing.tu-bs.de  2003-08-21 15:44 -------
Subject: kdevelop/plugins/gccoptions

CVS commit by aclu: 

renamed 'Warnings I'  as 'Warnings (safe)'
renamed 'Warnings II' as 'Warnings (unsafe)'

Thanks to: Chris Thompson (chris in hypocrite.org)
CCMAIL: 57116-done at bugs.kde.org


  M +2 -2      gccoptionsplugin.cpp   1.14


--- kdevelop/plugins/gccoptions/gccoptionsplugin.cpp  #1.13:1.14
@@ -569,8 +569,8 @@ GccOptionsDialog::GccOptionsDialog(GccOp
         g77 = 0;
 
-    vbox = addVBoxPage(i18n("Warnings I"));
+    vbox = addVBoxPage(i18n("Warnings (safe)"));
     warnings1 = new Warnings1Tab(type, vbox, "warnings1 tab");
 
-    vbox = addVBoxPage(i18n("Warnings II"));
+    vbox = addVBoxPage(i18n("Warnings (unsafe)"));
     warnings2 = new Warnings2Tab(type, vbox, "warnings2 tab");
 }




More information about the KDevelop-devel mailing list