diff options
Diffstat (limited to 'clang/test/SemaCXX/warn-everthing.cpp')
-rw-r--r-- | clang/test/SemaCXX/warn-everthing.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/SemaCXX/warn-everthing.cpp b/clang/test/SemaCXX/warn-everthing.cpp index ad3dd8a24d8..ff66c78cdf9 100644 --- a/clang/test/SemaCXX/warn-everthing.cpp +++ b/clang/test/SemaCXX/warn-everthing.cpp @@ -9,5 +9,5 @@ public: }; void testPR12271() { // expected-warning {{no previous prototype for function 'testPR12271'}} - PR12271 a[1][1]; // expected-warning {{unused variable 'a'}} + PR12271 a[1][1]; } |