1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-07 17:56:01 +02:00
This commit is contained in:
Alain Magloire 2003-04-06 00:33:54 +00:00
parent da81942d76
commit b0f43f73ce
2 changed files with 9 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2003-04-04 Alain Magloire
* src/org/eclipse/cdt/testplugin/util/VerifyDialog.java:
Remove some warnings.
2003-04-03 John Camelon
Updated ScannerTest::testSimpleIfdef() for bug36019.
Updated ScannerTest::testNumerics() for bug36020.

View file

@ -1,3 +1,8 @@
2003-04-04 Alain Magloire
* src/org/eclipse/cdt/debug/testplugin/util/VeryfyDialog.java:
Get rig of some warnings.
2003-03-27 Alain Magloire
Adjust the code because of refactoring.