raze/source/common/thirdparty
Mitchell Richters 39df2714e9 - Modernise function declarations in Cephis C math to address ongoing GCC and Clang warnings.
Examples:

/home/mrichters/Repos/Raze/source/common/thirdparty/math/exp.c: In function ‘c_exp’:
/home/mrichters/Repos/Raze/source/common/thirdparty/math/exp.c:171:48: warning: declaration of built-in function ‘floor’ without a prototype; expected ‘double(double)’ [-Wbuiltin-declaration-mismatch]
  171 | double polevl(double, void *, int), floor(), ldexp();
      |                                                ^~~~~
/home/mrichters/Repos/Raze/source/common/thirdparty/math/exp.c:171:57: warning: declaration of built-in function ‘ldexp’ without a prototype; expected ‘double(double,  int)’ [-Wbuiltin-declaration-mismatch]
  171 | double polevl(double, void *, int), floor(), ldexp();

/home/mrichters/Repos/Raze/source/common/thirdparty/math/exp.c:200:16: warning: passing arguments to 'polevl' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
px = x * polevl( xx, P, 2 );
               ^
/home/mrichters/Repos/Raze/source/common/thirdparty/math/exp.c:201:17: warning: passing arguments to 'polevl' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
x =  px/( polevl( xx, Q, 3 ) - px );
                ^
/home/mrichters/Repos/Raze/source/common/thirdparty/math/exp.c:167:8: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
double c_exp(x)
       ^
3 warnings generated.
2023-12-05 22:39:24 +01:00
..
libsmackerdec - got new CVar system from GZDoom. 2022-10-22 00:12:17 +02:00
math - Modernise function declarations in Cephis C math to address ongoing GCC and Clang warnings. 2023-12-05 22:39:24 +01:00
rapidjson - fixed last commit 2023-04-01 12:27:48 +02:00
sfmt - fixed compilation. 2020-05-23 22:43:04 +02:00
stb - backend update from GZDoom. 2023-08-09 12:17:17 +02:00
base64.cpp - properly terminate base64 data. 2021-05-13 22:28:36 +02:00
base64.h - added all #includes needed to compile on Windows without using precompiled headers. 2021-12-14 12:24:09 +01:00
ctpl.h - migrated to GZDoom's utility code. 2020-04-12 08:30:39 +02:00
earcut.hpp - removed templates.h includes. 2021-10-30 10:51:03 +02:00
gain_analysis.cpp - address several warnings reported by GCC 11. 2021-11-29 00:55:29 +01:00
gain_analysis.h - backend update from GZDoom. 2021-03-13 01:21:38 +01:00
m_crc32.h - backend update from GZDoom. 2023-09-23 09:56:27 +02:00
md5.cpp - migrated to GZDoom's utility code. 2020-04-12 08:30:39 +02:00
md5.h - migrated to GZDoom's utility code. 2020-04-12 08:30:39 +02:00
richpresence.cpp - backend update from GZDoom without adapting other code. 2023-08-19 16:59:05 +02:00
strnatcmp.c - addressed most unused/uninitialized variable warnings from MSVC. 2021-11-29 00:55:30 +01:00
strnatcmp.h - migrated to GZDoom's utility code. 2020-04-12 08:30:39 +02:00
superfasthash.cpp - migrated to GZDoom's utility code. 2020-04-12 08:30:39 +02:00
superfasthash.h - migrated to GZDoom's utility code. 2020-04-12 08:30:39 +02:00
xs_Float.h Revert "- xs_Float.h: Make all inlines return an unsigned value, and change previous unsigned inlines to signed." 2021-11-01 20:25:38 +01:00