]> git.xonotic.org Git - xonotic/netradiant.git/commit
libs: remove deprecated non-replaced “register“ storage class
authorThomas Debesse <dev@illwieckz.net>
Thu, 11 Mar 2021 05:02:12 +0000 (06:02 +0100)
committerThomas Debesse <dev@illwieckz.net>
Thu, 11 Mar 2021 08:54:19 +0000 (09:54 +0100)
commitba634650f9e6f077500822b7f13272f16ec00adf
tree93457a3f4c1ddf8964397fac9ecdcb4903df4f08
parent6f4e73fa585738042b3752d334e76efda58e9771
libs: remove deprecated non-replaced “register“ storage class

Silent this warning:

- 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]

This keyword was deprecated in C++11, it is now reserved for future use, and there is no replacement for it.

See also https://stackoverflow.com/a/30809775/9131399
libs/container/hashfunc.h
libs/mathlib/bbox.c
libs/picomodel/lwo/lwio.c