Skip to content

Remove annoying unnecessary warning #101

Remove annoying unnecessary warning

Remove annoying unnecessary warning #101

Triggered via push September 2, 2024 10:19
Status Success
Total duration 50s
Artifacts

cpp-linter.yml

on: push
cpp-linter
40s
cpp-linter
Fit to window
Zoom out
Zoom in

Annotations

3 warnings
include/Common.h:11:12 [bugprone-macro-parentheses]: include/Common.h#L11
macro argument should be enclosed in parentheses
include/Common.h:12:18 [bugprone-macro-parentheses]: include/Common.h#L12
macro argument should be enclosed in parentheses
include/Common.h:66:11 [cppcoreguidelines-avoid-non-const-global-variables]: include/Common.h#L66
variable 'OpenShock' is non-const and globally accessible, consider making it const