File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
test/sanitizer_suppressions Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -25,8 +25,7 @@ class CClientUIInterface
25
25
{
26
26
public:
27
27
/* * Flags for CClientUIInterface::ThreadSafeMessageBox */
28
- enum MessageBoxFlags
29
- {
28
+ enum MessageBoxFlags : uint32_t {
30
29
ICON_INFORMATION = 0 ,
31
30
ICON_WARNING = (1U << 0 ),
32
31
ICON_ERROR = (1U << 1 ),
Original file line number Diff line number Diff line change @@ -66,7 +66,6 @@ implicit-integer-sign-change:compat/stdin.cpp
66
66
implicit-integer-sign-change:compressor.h
67
67
implicit-integer-sign-change:crypto/
68
68
implicit-integer-sign-change:key.cpp
69
- implicit-integer-sign-change:noui.cpp
70
69
implicit-integer-sign-change:policy/fees.cpp
71
70
implicit-integer-sign-change:prevector.h
72
71
implicit-integer-sign-change:script/bitcoinconsensus.cpp
You can’t perform that action at this time.
0 commit comments