File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -63,10 +63,10 @@ if(CMAKE_BUILD_TYPE STREQUAL "Release" OR CMAKE_BUILD_TYPE STREQUAL "RelWithDebI
6363endif ()
6464if (NOT DEFINED DEFAULT_WARN_AS_ERR)
6565 # If the branch name or the latest commit message contains the phrase "nwae"
66- # (short for: no- warnings-as- errors), allow CI to skip warnings-as-errors for the build.
66+ # (acronym for: "no warnings as errors" ), allow CI to skip warnings-as-errors for the build.
6767 # This is inteded as means for devs to temporarily dodge the warning rules in exceptional
6868 # situations (breakage from compiler version changes etc), but the preferred solution almost
69- # always is to actually fix the warning.
69+ # always is to actually fix the warning or suppress a false positive .
7070 execute_process (
7171 COMMAND git log --oneline -n 1
7272 OUTPUT_VARIABLE GIT_LATESTCOMMIT_MSG
You can’t perform that action at this time.
0 commit comments