Skip to content

Commit e50b2ac

Browse files
committed
docs: update wording
1 parent ff44764 commit e50b2ac

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/cmake/build_info.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,10 @@ if(CMAKE_BUILD_TYPE STREQUAL "Release" OR CMAKE_BUILD_TYPE STREQUAL "RelWithDebI
6363
endif()
6464
if(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

0 commit comments

Comments
 (0)