SFML/examples
Chris Thrasher a71d60a0c9 Simplify how warnings are ignored on Apple platforms
Within files that are only compiled on Apple platforms, we don't
need that redundant check for __APPLE__ so that got removed. Further,
Clang will recognize GCC pragmas so we don't need both Clang AND GCC
pragmas so I removed the Clang pragmas.

Currently GCC fails to compile this code but if one day in the future
that gets fixed, the deprecation warnings will continue to get ignored.
2022-08-03 23:41:01 +02:00
..
android Run clang-format 2022-07-11 20:04:56 +02:00
assets Update examples for iOS including touch support, proper handling of window resize, launch screens and icons 2019-01-19 01:34:30 +01:00
cocoa Simplify how warnings are ignored on Apple platforms 2022-08-03 23:41:01 +02:00
ftp Run clang-format 2022-07-11 20:04:56 +02:00
island Run clang-format 2022-07-11 20:04:56 +02:00
joystick Run clang-format 2022-07-11 20:04:56 +02:00
opengl Run clang-format 2022-07-11 20:04:56 +02:00
shader Run clang-format 2022-07-11 20:04:56 +02:00
sockets Run clang-format 2022-07-11 20:04:56 +02:00
sound Run clang-format 2022-07-11 20:04:56 +02:00
sound_capture Run clang-format 2022-07-11 20:04:56 +02:00
tennis Run clang-format 2022-07-11 20:04:56 +02:00
voip Run clang-format 2022-07-11 20:04:56 +02:00
vulkan Run clang-format 2022-07-11 20:04:56 +02:00
win32 Run clang-format 2022-07-11 20:04:56 +02:00
window Run clang-format 2022-07-11 20:04:56 +02:00
X11 Run clang-format 2022-07-11 20:04:56 +02:00
asset_licenses.md Ensure files end with newline character 2022-04-12 08:13:48 +02:00
CMakeLists.txt DRM Implementation 2022-04-26 07:44:14 +02:00