raze/source
Mitchell Richters ce03797949 - Silence GCC warning in RTS_IsInitialized().
/home/mrichters/Repos/Raze/source/core/rts.cpp: In function ‘bool RTS_IsInitialized()’:
/home/mrichters/Repos/Raze/source/core/rts.cpp:123:51: warning: ‘.rts’ directive output may be truncated writing 4 bytes into a region of size between 3 and 11 [-Wformat-truncation=]
  123 |                         snprintf(rts, 16, "rts%02d.rts", i);
      |                                                   ^~~~
/home/mrichters/Repos/Raze/source/core/rts.cpp:123:33: note: ‘snprintf’ output between 10 and 18 bytes into a destination of size 16
  123 |                         snprintf(rts, 16, "rts%02d.rts", i);
      |                         ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
2024-01-06 09:32:36 +11:00
..
build added missing null check in clipmove. 2023-12-21 00:53:11 +01:00
common - Silence noisy line in resourcefile.h against GCC builds. 2024-01-06 09:32:36 +11:00
core - Silence GCC warning in RTS_IsInitialized(). 2024-01-06 09:32:36 +11:00
games - Exhumed: Add CVAR to control vert panning intensity. 2024-01-05 22:06:06 +11:00
launcher Backend update from GZDoom. 2024-01-05 17:08:47 +01:00
platform - bumped minimum OS version to 10.13 in .plist file 2023-12-05 22:39:30 +01:00
thirdparty - Use #pragma once in EASTL's intrusive_list.h. 2021-12-30 23:00:39 +11:00
CMakeLists.txt added ZWidget based game picker 2024-01-04 20:54:04 +01:00
g_pch.h - backend update from GZDoom. 2023-09-23 09:56:27 +02:00