diff options
Diffstat (limited to 'Modules/TestForAnsiForScope.cxx')
-rw-r--r-- | Modules/TestForAnsiForScope.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Modules/TestForAnsiForScope.cxx b/Modules/TestForAnsiForScope.cxx index 00dd9c9..f2ec760 100644 --- a/Modules/TestForAnsiForScope.cxx +++ b/Modules/TestForAnsiForScope.cxx @@ -1,7 +1,7 @@ int main(int, char*[]) { int i; - for(int i=0; i < 1; ++i) ; + for(int i=0; i < 1; ++i); + (void)i; return 0; } - |