godot/drivers
Rémi Verschelde 4e4e16f9a9 SCons: Cleanup GCC warnings configuration
- Outright disable spammy warnings due to past or present GCC bugs:
  * `-Wno-strict-overflow` for GCC 7.
  * `-Wno-type-limits` for GCC before 11 (regressed in 9/10, might work in
    earlier releases but at this stage we don't care).
  * `-Wno-return-type` for GCC 12/13 (regression, still not fixed).
- Enable extra warnings conditionally when broken on earlier GCC:
  * `-Wnoexcept` was removed due to an upstream regression in GCC 9, could
    be re-enabled (but commented out for now as we actually have `-Wnoexcept`
    warnings to fix.
  * `-Wlogical-op` was broken on our variadic templates before GCC 11, now
    seems fine.
2022-10-10 16:12:26 +02:00
..
alsa Merge pull request #64607 from RandomShaper/safe_audio_threading 2022-08-25 10:12:25 +02:00
alsamidi Make audio thread control flags safe 2022-08-19 13:28:10 +02:00
coreaudio Merge pull request #64607 from RandomShaper/safe_audio_threading 2022-08-25 10:12:25 +02:00
coremidi Code quality: Fix header guards consistency 2022-07-25 11:17:40 +02:00
gl_context Rename OSX to macOS and iPhoneOS to iOS. 2022-07-21 09:37:52 +03:00
gles3 Allow clearing backbuffer after finishing CanvasGroup 2022-10-07 14:13:40 -07:00
png [Core] Make ImageFormatLoader extensible. 2022-09-20 02:01:57 +02:00
pulseaudio Remove usage of unitialized variables 2022-10-01 21:09:22 +02:00
spirv-reflect SCons: Add explicit dependencies on thirdparty code in cloned env 2020-12-18 10:29:34 +01:00
unix SCons: Cleanup GCC warnings configuration 2022-10-10 16:12:26 +02:00
vulkan Fix MSVC warnings, rename shadowed variables, fix uninitialized values, change warnings=all to use /W4. 2022-10-07 11:32:33 +03:00
wasapi Merge pull request #64607 from RandomShaper/safe_audio_threading 2022-08-25 10:12:25 +02:00
windows Fix MSVC warnings, rename shadowed variables, fix uninitialized values, change warnings=all to use /W4. 2022-10-07 11:32:33 +03:00
winmidi Code quality: Fix header guards consistency 2022-07-25 11:17:40 +02:00
xaudio2 Make audio thread control flags safe 2022-08-19 13:28:10 +02:00
register_driver_types.cpp [Core] Make ImageFormatLoader extensible. 2022-09-20 02:01:57 +02:00
register_driver_types.h Code quality: Fix header guards consistency 2022-07-25 11:17:40 +02:00
SCsub [HTML5] Add WebGL2 (GLES3) support using the OpenGL renderer. 2021-11-19 16:59:27 +01:00