]> git.xonotic.org Git - xonotic/netradiant.git/commit
quake2,heretic2: attempt to fix undeclared strupr, <3 Kai
authorThomas Debesse <dev@illwieckz.net>
Sat, 20 Feb 2021 20:09:08 +0000 (21:09 +0100)
committerThomas Debesse <dev@illwieckz.net>
Sat, 20 Feb 2021 20:39:49 +0000 (21:39 +0100)
commit14200cdd4167b2560a724f66be4316c8635b3434
tree3c375e10c22b2e5197e60812173850a69cdfe75c
parent33a2b111caec82c121ee5431a57db42044956e90
quake2,heretic2: attempt to fix undeclared strupr, <3 Kai

Attempt to fix this:

netradiant/tools/heretic2/h2data/tmix.c:292:5: error: implicit declaration of function 'strupr' is invalid in C99
      [-Werror,-Wimplicit-function-declaration]
                                strupr( buffer );
                                ^
tools/heretic2/common/cmdlib.c
tools/heretic2/common/cmdlib.h
tools/heretic2/h2data/fmodels.c
tools/quake2/common/cmdlib.c
tools/quake2/common/cmdlib.h
tools/quake2/extra/common/cmdlib.c
tools/quake2/extra/common/cmdlib.h