Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GameSWF C++11 Syntax Fix #399

Merged
merged 1 commit into from
Dec 19, 2017
Merged

GameSWF C++11 Syntax Fix #399

merged 1 commit into from
Dec 19, 2017

Conversation

Enverex
Copy link
Contributor

@Enverex Enverex commented Dec 19, 2017

Fixes the following warnings during compilation:

extlibs/gameswf/gameswf/gameswf_player.cpp:236:37: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
  static tu_string s_gameswf_version("LINUX "__DATE__" "__TIME__);
                                     ^
extlibs/gameswf/gameswf/gameswf_player.cpp:236:53: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
  static tu_string s_gameswf_version("LINUX "__DATE__" "__TIME__);

Fixes the following warnings during compilation:

extlibs/gameswf/gameswf/gameswf_player.cpp:236:37: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
  static tu_string s_gameswf_version("LINUX "__DATE__" "__TIME__);
                                     ^
extlibs/gameswf/gameswf/gameswf_player.cpp:236:53: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
  static tu_string s_gameswf_version("LINUX "__DATE__" "__TIME__);
@mickelson mickelson merged commit 6dd5412 into mickelson:master Dec 19, 2017
@estefan3112 estefan3112 mentioned this pull request Dec 20, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants