Log Message:
-----------
[CI] Added GCC-13 on Ubuntu Noble as a Compatibility Test
Now that the GCC-13 build on Ubuntu Noble is warning clean, adding it to
the CI to maintain it. This is a stepping stone to moving the entire CI
to Ubuntu Noble.
Changed paths:
M libs/EXTERNAL/libezgl/src/application.cpp
Log Message:
-----------
[EZGL][Warnings] Removed Use of Deprecated Enum
The G_APPLICATION_FLAGS_NONE enum was deprecated in recent versions of
GLib and was replaced by G_APPLICATION_DEFAULT_FLAGS; however, the
replacement enum was not introduced until GLib 2.74. Added code that
will select which enum to use depending on the GLib version to keep EZGL
backwards compatible.