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
if (MSVC)
# warning level 4 and all warnings as errors add_compile_options(/W4 /WX)
else()
# lots of warnings and all warnings as errors add_compile_options(-Wall -Wextra -pedantic -Werror)
endif()