Skip to content

Commit 71fefdd

Browse files
authored
Merge pull request #1763 from evoskuil/master
Add NO_INCOMPLETE_SWITCH suppression.
2 parents 1e34c98 + aeb2e73 commit 71fefdd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/bitcoin/system/warnings.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@
8888
#define USE_CONST 26496
8989
#define USE_CONSTEXPR_FOR_FUNCTION 26497
9090
#define NO_USE_OF_MOVED_OBJECT 26800
91+
#define NO_INCOMPLETE_SWITCH 26818
9192
#define UNSATISFIED_EXPECTATION 28020
9293
#endif
9394
#else

0 commit comments

Comments
 (0)