Add -nogl flag for disabling OpenGL. #5
Annotations
8 warnings and 1 notice
src/i_video.c#L101
variable 'texture' is non-const and globally accessible, consider making it const
|
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#L102
variable 'texture_upscaled' is non-const and globally accessible, consider making it const
|
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#L228
variable 'nogl' is non-const and globally accessible, consider making it const
|
src/i_video.c#L612
statement should be inside braces
|
src/i_video.c#L682
statement should be inside braces
|
src/i_video.c#L2201
statement should be inside braces
|
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)
|
The logs for this run have expired and are no longer available.
Loading