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
the debug code is inside an ifdef NDEBUG block but it should be ifndef NDEBUG.
Also, scan the rest of the code for similar problems. They should be easy to spot.
Raising this as an issue because if I fix right now, we will get conflicts with ongoing PR merging. (#4460)
The text was updated successfully, but these errors were encountered:
dsiganos
changed the title
Fix some debug code that is built only in Release builds (instead of in Debug builds)
Fi debug code that is built only in Release builds (instead of in Debug builds)
Mar 7, 2024
dsiganos
changed the title
Fi debug code that is built only in Release builds (instead of in Debug builds)
Fix debug code that is built only in Release builds (instead of in Debug builds)
Mar 7, 2024
In functions:
the debug code is inside an
ifdef NDEBUG
block but it should beifndef NDEBUG
.Also, scan the rest of the code for similar problems. They should be easy to spot.
Raising this as an issue because if I fix right now, we will get conflicts with ongoing PR merging. (#4460)
The text was updated successfully, but these errors were encountered: