raylib/src
Dani Martin 2528854664
Update compilation warning flags (#1151)
* Update compilation warning flags

Removed the -Wall flag that allow many warnings and added manually all the warning flags that don't generate warnings in the src/external folder.
Specifically, these are some of the flags reporting errors in src/external:

-Wmissing-prototypes
-Wunused-variable
-Wunused-value
-Wunused-parameter
-Wunused-function

* Uptade compilation flags in examples with missing -std=c99
2020-03-26 18:48:34 +01:00
..
external Update miniaudio.h 2020-02-19 12:19:41 +01:00
camera.h Comment tweaks 2020-03-23 20:24:20 +01:00
CMakeLists.txt CMakeLists.txt: report generated CMAKE_CONFIGURATION_TYPES 2020-03-24 06:37:22 +01:00
CMakeOptions.txt Add config SUPPORT_SSH_KEYBOARD_RPI 2019-05-21 20:59:13 +02:00
config.h Enable IQM models support on config.h 2020-03-25 18:51:46 +01:00
config.h.in ADDED small compression API 2019-09-09 21:56:16 +02:00
core.c Remove trail spaces 2020-03-25 19:41:51 +01:00
easings.h Replace tabs with spaces and update year of copyright notices (#927) 2019-08-03 11:07:41 +02:00
gestures.h Review GetCurrentTime() 2020-02-04 17:06:08 +01:00
Makefile Update compilation warning flags (#1151) 2020-03-26 18:48:34 +01:00
models.c Support mtl loading by tinyobj_parse_obj() #1134 2020-03-24 18:42:57 +01:00
physac.h Review DEBUG trace log and custom allocators 2020-02-10 10:56:39 +01:00
raudio.c Remove trail spaces 2020-03-25 19:41:51 +01:00
raudio.h Add function prototype 2020-02-14 23:10:02 +01:00
raylib.dll.rc Develop branch integration (#1091) 2020-02-03 18:31:30 +01:00
raylib.dll.rc.data Update resource files 2020-02-06 16:37:38 +01:00
raylib.h ADDED: IsWindowFullscreen() 2020-03-25 18:52:38 +01:00
raylib.ico Updated icon data 2018-09-26 16:02:42 +02:00
raylib.rc Develop branch integration (#1091) 2020-02-03 18:31:30 +01:00
raylib.rc.data Update resource files 2020-02-06 16:37:38 +01:00
raymath.h Update raymath.h (#1118) 2020-03-02 10:22:08 +01:00
rglfw.c Update year to 2020 2020-01-05 20:01:54 +01:00
rlgl.h Remove trail spaces 2020-03-25 19:41:51 +01:00
rmem.h Minor format tweaks 2020-02-06 16:44:04 +01:00
rnet.h [rnet] Renamed some functions 2020-02-20 13:46:33 +01:00
shapes.c Replaced fabs() by fabsf() when required 2020-02-28 12:54:39 +01:00
shell.html Avoid icons in shell 2020-03-03 15:53:13 +01:00
text.c Remove trail spaces 2020-03-25 19:41:51 +01:00
textures.c Remove trail spaces 2020-03-25 19:41:51 +01:00
utils.c Remove trail spaces 2020-03-25 19:41:51 +01:00
utils.h Android: Support file saving to internal data storage 2020-03-05 18:12:41 +01:00