raylib/src/external
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
..
glfw Fix mappings.h issue from glfw update (#1995) 2021-09-19 20:33:18 +02:00
cgltf.h Update external libraries 2021-04-14 21:06:00 +02:00
dirent.h Review module to fit raylib conventions 2020-01-19 12:29:21 +01:00
dr_flac.h Update external libraries 2021-04-14 21:06:00 +02:00
dr_mp3.h Update external libraries 2021-04-14 21:06:00 +02:00
dr_wav.h Update external libraries 2021-04-14 21:06:00 +02:00
glad.h Support custom allocator 2020-01-19 13:05:21 +01:00
jar_mod.h Support custom memory allocators 2020-01-19 11:42:16 +01:00
jar_xm.h Remove trailing spaces 2021-08-16 23:23:16 +02:00
miniaudio.h Update miniaudio.h 2021-04-06 11:57:51 +02:00
msf_gif.h REPLACED: rgif.h by msf_gif.h 2020-11-20 00:34:18 +01:00
par_shapes.h REVIEWED: Avoid conflict with bool 2021-08-08 13:23:04 +02:00
sdefl.h REDESIGN: Compresion API 2021-01-12 21:15:11 +01:00
sinfl.h Minor tweak to avoid warning 2021-03-12 17:17:53 +01:00
stb_image.h Updated stb_image v2.26 and stb_image_write v1.15 2020-11-15 14:11:36 +01:00
stb_image_resize.h Update external libraries 2020-02-06 16:29:57 +01:00
stb_image_write.h Updated stb_image v2.26 and stb_image_write v1.15 2020-11-15 14:11:36 +01:00
stb_perlin.h Update external libraries 2020-02-06 16:29:57 +01:00
stb_rect_pack.h Update external libraries 2020-02-06 16:29:57 +01:00
stb_truetype.h Update external libraries 2020-02-06 16:29:57 +01:00
stb_vorbis.h added import in order for alloca to work on macos (#1710) 2021-04-06 21:42:00 +02:00
tinyobj_loader_c.h Fix missing fclose in tinyobj loader (#1842) 2021-06-22 18:12:42 +02:00
vox_loader.h Supress most warnings on rmodels.c (#2029) 2021-10-03 12:11:20 +02:00