File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 7
7
# for embedded systems so it's ok to skip
8
8
#
9
9
# -Wno-covered-switch-default Don't warn if we have a switch that
10
- # covers all of an enum AND we have a default. enums are only losely
10
+ # covers all of an enum AND we have a default. enums are only loosely
11
11
# typed, it's good to have a default: assert(0) in case someone does
12
12
# a bad cast, etc also this conflicts with GCC checks.
13
13
#
Original file line number Diff line number Diff line change 7
7
# for embedded systems so it's ok to skip
8
8
#
9
9
# -Wno-covered-switch-default Don't warn if we have a switch that
10
- # covers all of an enum AND we have a default. enums are only losely
10
+ # covers all of an enum AND we have a default. enums are only loosely
11
11
# typed, it's good to have a default: assert(0) in case someone does
12
12
# a bad cast, etc also this conflicts with GCC checks.
13
13
#
Original file line number Diff line number Diff line change 7
7
# for embedded systems so it's ok to skip
8
8
#
9
9
# -Wno-covered-switch-default Don't warn if we have a switch that
10
- # covers all of an enum AND we have a default. enums are only losely
10
+ # covers all of an enum AND we have a default. enums are only loosely
11
11
# typed, it's good to have a default: assert(0) in case someone does
12
12
# a bad cast, etc also this conflicts with GCC checks.
13
13
#
You can’t perform that action at this time.
0 commit comments