godot/platform/javascript
Rémi Verschelde a3a3cafbc8
SCons: Set explicit standards to C++98 and C11
Godot 1.0 was developed at a time where compilers defaulted to C++98.

Also disable `-Wall` on debug builds, there are now hundreds of warnings
from newer compilers that would need to be fixed.

This would best be done by adding a new `warnings` SCons option, which would
also affect non-debug builds, but I have no intention to fix warnings in the
1.0 branch, the goal here is just to get it to compile for archival and game
preservation.

(cherry picked from commit a68e96b8c2)
2025-01-06 07:45:24 +01:00
..
export Updated copyright year in all headers 2015-04-18 14:38:54 -03:00
audio_driver_javascript.cpp Updated copyright year in all headers 2015-04-18 14:38:54 -03:00
audio_driver_javascript.h Updated copyright year in all headers 2015-04-18 14:38:54 -03:00
detect.py SCons: Set explicit standards to C++98 and C11 2025-01-06 07:45:24 +01:00
javascript_main.cpp Updated copyright year in all headers 2015-04-18 14:38:54 -03:00
logo.png GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
os_javascript.cpp Updated copyright year in all headers 2015-04-18 14:38:54 -03:00
os_javascript.h Updated copyright year in all headers 2015-04-18 14:38:54 -03:00
platform_config.h Updated copyright year in all headers 2015-04-18 14:38:54 -03:00
SCsub Build System Changes 2014-10-07 01:31:49 -03:00