Skip to content

Add -nogl flag for disabling OpenGL. #5

Add -nogl flag for disabling OpenGL.

Add -nogl flag for disabling OpenGL. #5

Triggered via push January 11, 2024 00:56
Status Success
Total duration 1m 17s
Artifacts

cpp-linter.yml

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

Annotations

8 warnings and 1 notice
src/i_video.c:101:21 [cppcoreguidelines-avoid-non-const-global-variables]: src/i_video.c#L101
variable 'texture' is non-const and globally accessible, consider making it const
src/i_video.c:101:21 [cppcoreguidelines-avoid-non-const-global-variables]: src/i_video.c#L101
variable 'texture' provides global access to a non-const object; consider making the pointed-to data 'const'
src/i_video.c:102:21 [cppcoreguidelines-avoid-non-const-global-variables]: src/i_video.c#L102
variable 'texture_upscaled' is non-const and globally accessible, consider making it const
src/i_video.c:102:21 [cppcoreguidelines-avoid-non-const-global-variables]: src/i_video.c#L102
variable 'texture_upscaled' provides global access to a non-const object; consider making the pointed-to data 'const'
src/i_video.c:228:16 [cppcoreguidelines-avoid-non-const-global-variables]: src/i_video.c#L228
variable 'nogl' is non-const and globally accessible, consider making it const
src/i_video.c:612:14 [readability-braces-around-statements]: src/i_video.c#L612
statement should be inside braces
src/i_video.c:682:14 [readability-braces-around-statements]: src/i_video.c#L682
statement should be inside braces
Run clang-format on src/i_video.c: src/i_video.c#L1
File src/i_video.c does not conform to Custom style guidelines. (lines 612, 682, 877, 881, 882, 893, 894, 1317, 1615, 1669, 1670, 1729, 1841, 1842, 1942, 1943, 1945, 1946, 1947, 2113, 2114, 2117, 2120, 2121, 2191, 2201)