Files
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
..
2021-04-14 21:06:00 +02:00
2021-04-14 21:06:00 +02:00
2021-04-14 21:06:00 +02:00
2021-04-14 21:06:00 +02:00
2021-08-16 23:23:16 +02:00
2021-04-06 11:57:51 +02:00
2020-11-20 00:34:18 +01:00
2021-01-12 21:15:11 +01:00
2021-03-12 17:17:53 +01:00