godot/drivers/unix
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
..
dir_access_unix.cpp Merge pull request #66720 from qarmin/unintialized_memory 2022-10-05 11:42:47 +02:00
dir_access_unix.h Unix: Remove now unnecessary I/O defines, cleanup 2022-10-03 12:33:41 +02:00
file_access_unix.cpp Merge pull request #66720 from qarmin/unintialized_memory 2022-10-05 11:42:47 +02:00
file_access_unix.h Unix: Remove now unnecessary I/O defines, cleanup 2022-10-03 12:33:41 +02:00
ip_unix.cpp [Net] IP uses print_verbose when getaddrinfo fails. 2022-08-05 10:49:56 +02:00
ip_unix.h Code quality: Fix header guards consistency 2022-07-25 11:17:40 +02:00
net_socket_posix.cpp SCons: Cleanup GCC warnings configuration 2022-10-10 16:12:26 +02:00
net_socket_posix.h Code quality: Fix header guards consistency 2022-07-25 11:17:40 +02:00
os_unix.cpp Merge pull request #64815 from RandomShaper/default_cpu_count 2022-10-06 08:55:51 +02:00
os_unix.h Merge pull request #64815 from RandomShaper/default_cpu_count 2022-10-06 08:55:51 +02:00
SCsub SCons: Format buildsystem files with psf/black 2020-03-30 09:05:53 +02:00
syslog_logger.cpp Style: Cleanup single-line blocks, semicolons, dead code 2022-02-16 14:06:29 +01:00
syslog_logger.h Code quality: Fix header guards consistency 2022-07-25 11:17:40 +02:00
thread_posix.cpp Enhance portability of threading 2022-10-04 11:43:28 +02:00
thread_posix.h Remove NO_THREADS fallback code, Godot 4 requires thread support 2022-10-03 11:23:26 +02:00