You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
More than once, in this developer's past ignoring a compile warning
resulted in multiple days of bug hunting, just to find out that the
warning actually pointed to a serious problem like, say, an erroneous
64-bit -> 32-bit case (losing crucial information).
So let's just not ignore those warnings but make them fatal instead.
Signed-off-by: Johannes Schindelin <[email protected]>
0 commit comments