Skip to content

Commit

Permalink
[Clang] Updated warning-wall.c test file
Browse files Browse the repository at this point in the history
-Wbool-operation was moved to -Wall and test file needs to be adjusted.
  • Loading branch information
davidbolvansky committed Aug 15, 2021
1 parent 079ca8e commit ccd7dda
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions clang/test/Misc/warning-wall.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ RUN: FileCheck --input-file=%t %s

CHECK:-Wall
CHECK-NEXT: -Wmost
CHECK-NEXT: -Wbool-operation
CHECK-NEXT: -Wchar-subscripts
CHECK-NEXT: -Wcomment
CHECK-NEXT: -Wdelete-non-virtual-dtor
Expand Down

0 comments on commit ccd7dda

Please sign in to comment.