dethrace/test/BRSRC13
Anonymous Maarten b5ccfe7dd2
No more gcc/clang warnings (#169)
* Change type of DRPixelmapCleverText2 to char*

* Fix warnings emitted due to -Wreturn-type

* Fix BR_ONE_LS redefinition warning

* Fix warnings emitted by -Wparentheses

* Tag FatalError and PDFatalError with noreturn attribute, fixing -Wreturn-type warnings

* Fix string type of TransBrPixelmapText~

* Fix a few -Wmaybe-uninitialized warnings

* Fix -Wformat and -Wpointer-sign warnings in test_datafile.c

* Fix -Wshift-negative-value warning

* Fix -Wpointer-sign warning

* chdir is declared with attribute 'warn_unused_result'

* Fix -Wmaybe-uninitialized warning

* Fix -Warray-bounds warning

* Fix -Wmaybe-unitialized warning

* Fix -Wmaybe-unitialized warning

* Fix -Wmaybe-unitialized warning

* Fix -Wmaybe-unitialized warnings

* Fix a few -Wmaybe-uninitialized warnings

* cmake: unify warnings amongst gcc and clang

* fatalerror_fixup

* Fix -Wabsolute-value warning

* Fix all warnings when building with MinGW on Windows

* Fix warning caused by -Wimplicit-fallthrough

* Fix warnings caused by -Wcast-function-type

Fixes these types of warnings:
cast between incompatible function types from ‘br_uint_32 (*)(br_actor *, void *)’ {aka ‘unsigned int (*)(struct br_actor *, void *)’} to ‘intptr_t (*)(br_actor *, void *)’ {aka ‘long int (*)(struct br_actor *, void *)’} [-Wcast-function-type]

* Fix warning caused by -Wmissing-field-initializers

* Normalize direction_v vector and store in displacement
2022-09-24 17:42:58 +12:00
..
test_actsupt.c Fix MSVC tests + add mingw support (#65) 2022-01-20 13:17:10 +13:00
test_assocarr.c Various work for upstream (#93) 2022-02-23 13:58:24 +13:00
test_brlists.c Fix MSVC tests + add mingw support (#65) 2022-01-20 13:17:10 +13:00
test_brprintf.c Various work for upstream (#93) 2022-02-23 13:58:24 +13:00
test_bswap.c Various work for upstream (#93) 2022-02-23 13:58:24 +13:00
test_datafile.c No more gcc/clang warnings (#169) 2022-09-24 17:42:58 +12:00
test_fixed.c Add all datafile functions (+needed dependent functions) (#73) 2022-01-26 11:54:30 +13:00
test_fwsetup.c Fix MSVC tests + add mingw support (#65) 2022-01-20 13:17:10 +13:00
test_genclip.c Various work for upstream (#93) 2022-02-23 13:58:24 +13:00
test_lexer.c Various work for upstream (#93) 2022-02-23 13:58:24 +13:00
test_logwrite.c Various work for upstream (#93) 2022-02-23 13:58:24 +13:00
test_matrix4.c Add all datafile functions (+needed dependent functions) (#73) 2022-01-26 11:54:30 +13:00
test_matrix23.c Add all datafile functions (+needed dependent functions) (#73) 2022-01-26 11:54:30 +13:00
test_matrix34.c Add all datafile functions (+needed dependent functions) (#73) 2022-01-26 11:54:30 +13:00
test_pattern.c Fix MSVC tests + add mingw support (#65) 2022-01-20 13:17:10 +13:00
test_pmfile.c Serialize pixelmap/material/model/actor structs to file (#80) 2022-02-06 16:23:10 +13:00
test_quat.c Add all datafile functions (+needed dependent functions) (#73) 2022-01-26 11:54:30 +13:00
test_register.c Fix MSVC tests + add mingw support (#65) 2022-01-20 13:17:10 +13:00
test_regsupt.c Serialize pixelmap/material/model/actor structs to file (#80) 2022-02-06 16:23:10 +13:00
test_resource.c Visual Studio Fixes (#106) 2022-03-17 10:30:38 +13:00
test_resreg.c Adds font rendering, makes low memory screen work (#30) 2020-07-08 21:08:55 -07:00
test_scratch.c Add all datafile functions (+needed dependent functions) (#73) 2022-01-26 11:54:30 +13:00
test_token.c Various work for upstream (#93) 2022-02-23 13:58:24 +13:00
test_v1dbfile.c Serialize pixelmap/material/model/actor structs to file (#80) 2022-02-06 16:23:10 +13:00
test_vector.c Serialize pixelmap/material/model/actor structs to file (#80) 2022-02-06 16:23:10 +13:00