Searched hist:eb8a39988187af0eb9e51f828f96b4d96bdec906 (Results 1 – 1 of 1) sorted by relevance
/openbmc/bmcweb/http/ |
H A D | logging.hpp | diff eb8a39988187af0eb9e51f828f96b4d96bdec906 Fri May 12 09:57:16 CDT 2023 Patrick Williams <patrick@stwcx.xyz> http-logging: fix clang-tidy warnings
``` /data0/jenkins/workspace/ci-repository/openbmc/bmcweb/http/logging.hpp:132:9: error: macro is not used [clang-diagnostic-unused-macros,-warnings-as-errors] #define BMCWEB_LOG_CRITICAL ```
Add NOLINTBEGIN/NOLINTEND guards around the whole of the macro definitions because there are now multiple clang-tidy warning types that call out this behavior, but we want it in this case.
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Iac2ee839999f36424ca6dfed212d0bad0a2f3ae5
|