[Scummvm-git-logs] scummvm master -> ded4ab6c23e40ae495732c87ba61e60c7e113aa3
lephilousophe
lephilousophe at users.noreply.github.com
Tue Nov 2 19:54:44 UTC 2021
This automated email contains information about 2 new commits which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
af7500a06b CONFIGURE: long long is not an extension anymore in C++11
ded4ab6c23 WIN32: Enable GNU extensions for mingw
Commit: af7500a06b45bb29b911d3bf5b4d1a7010360a9d
https://github.com/scummvm/scummvm/commit/af7500a06b45bb29b911d3bf5b4d1a7010360a9d
Author: Le Philousophe (lephilousophe at users.noreply.github.com)
Date: 2021-11-02T20:51:34+01:00
Commit Message:
CONFIGURE: long long is not an extension anymore in C++11
Changed paths:
configure
Commit: ded4ab6c23e40ae495732c87ba61e60c7e113aa3
https://github.com/scummvm/scummvm/commit/ded4ab6c23e40ae495732c87ba61e60c7e113aa3
Author: Le Philousophe (lephilousophe at users.noreply.github.com)
Date: 2021-11-02T20:52:36+01:00
Commit Message:
WIN32: Enable GNU extensions for mingw
This way old mingw gets its __argc and __argv. Using gnu++11 instead of
undefining __STRICT_ANSI__ makes GCC11 happy.
Closes #3473
Changed paths:
backends/platform/sdl/win32/win32-main.cpp
configure
More information about the Scummvm-git-logs
mailing list