raylib/src
Laurentino Luna 9fce26bb06
Supress most warnings on rmodels.c (#2029)
* Supress most warnings on rmodels.c

NOTE: unused symbols have been deleted and the following report will show in what location they were previously.

Unused symbols:
- ArrayInt - vox_loader.h: line 84
- initArrayInt - vox_loader.h: line 168
- insertArrayInt - vox_loader.h: line 175
- freeArrayInt - vox_loader.h: line 186
- offsetX, offsetY, offsetZ - vox_loader.h: line 610
- chunkTotalChildSize - vox_loader.h: line 623

Other warnings:
- initialization discards 'const' qualifier - vox_loader.h: line 572
- incompatible types for VoxVector3 and Vector3 - rmodels.c: line 5748
- incompatible types for VoxColor and Color - rmodels: line 5749

* Remove ToVector3 and ToColor functions and assign values directly
2021-10-03 12:11:20 +02:00
..
external Supress most warnings on rmodels.c (#2029) 2021-10-03 12:11:20 +02:00
extras Prevent INVALID_SOCKET to be defined twice on linux (#1993) 2021-09-17 01:05:38 +02:00
build.zig Add Zig build file (#2014) 2021-09-25 19:24:48 +02:00
CMakeLists.txt WARNING: MODULES RENAMING!!! 2021-09-22 00:15:06 +02:00
config.h WARNING: MODULES RENAMING!!! 2021-09-22 00:15:06 +02:00
Makefile Reviewed some TODO comments 2021-09-23 00:18:47 +02:00
raudio.c REVIEWED: SeekMusicStream() formating 2021-09-23 18:11:24 +02:00
raudio.h SeekMusicStream initial implementation (#2006) 2021-09-22 21:55:13 +02:00
raylib.dll.rc UPDATED: raylib resource files 2021-09-23 20:53:31 +02:00
raylib.dll.rc.data UPDATED: raylib resource files 2021-09-23 20:53:31 +02:00
raylib.h Minor format tweaks 2021-10-03 12:09:59 +02:00
raylib.ico Updated icon data 2018-09-26 16:02:42 +02:00
raylib.rc UPDATED: raylib resource files 2021-09-23 20:53:31 +02:00
raylib.rc.data UPDATED: raylib resource files 2021-09-23 20:53:31 +02:00
raymath.h Minor format tweaks 2021-10-03 12:09:59 +02:00
rcamera.h WARNING: MODULES RENAMING!!! 2021-09-22 00:15:06 +02:00
rcore.c Minor format tweaks 2021-10-03 12:09:59 +02:00
rgestures.h Minor format tweaks 2021-10-03 12:09:59 +02:00
rglfw.c Update year to 2021 2021-01-02 18:15:13 +01:00
rlgl.h Minor format tweaks 2021-10-03 12:09:59 +02:00
rmodels.c Supress most warnings on rmodels.c (#2029) 2021-10-03 12:11:20 +02:00
rshapes.c WARNING: MODULES RENAMING!!! 2021-09-22 00:15:06 +02:00
rtext.c Minor format tweaks 2021-10-03 12:09:59 +02:00
rtextures.c REVIEWED: LoadImageAnim() #2005 2021-09-23 00:23:57 +02:00
shell.html Update shell.html 2021-09-03 15:24:05 +02:00
utils.c REVERTED: Removed the need for rlMatrix 2021-07-30 12:54:54 +02:00
utils.h REVIEWED: extern "C" definition position for consistency 2021-08-15 13:02:53 +02:00