[Commits] [wesnoth/wesnoth] 2483fc: scons: Don't pass a C++ compiler flag to C compile...
GitHub
noreply at github.com
Sun Sep 11 05:16:25 UTC 2016
Branch: refs/heads/master
Home: https://github.com/wesnoth/wesnoth
Commit: 2483fc80e4a57f7cdc0ff9fbeaed08d85699d0d6
https://github.com/wesnoth/wesnoth/commit/2483fc80e4a57f7cdc0ff9fbeaed08d85699d0d6
Author: Ignacio R. Morelle <shadowm at wesnoth.org>
Date: 2016-09-11 (Sun, 11 Sep 2016)
Changed paths:
M SConstruct
Log Message:
-----------
scons: Don't pass a C++ compiler flag to C compilers
Needed since 0180a72573a482683485821c8d43a82a546a86c6 introduces the
requirement of a C compiler in the building process. Otherwise we get
this from GCC 6.1.1:
cc1: error: command line option ‘-Wold-style-cast’ is valid for C++/ObjC++ but not for C [-Werror]
More information about the Commits
mailing list