Const correct (most) strings
At least those cases that are reported by gcc and/or clang.
This commit is contained in:
parent
8ddbab1cc2
commit
c4409487fd
72 changed files with 347 additions and 347 deletions
|
@ -8,7 +8,7 @@
|
|||
|
||||
#define twprintf printf
|
||||
|
||||
char * users_name = "Player";
|
||||
const char * users_name = "Player";
|
||||
|
||||
#include "hash_tem.hpp"
|
||||
Chunk * Parent_File;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue