Hard Light Productions Forums
Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Nightly Builds => Topic started by: SirKnightly on December 05, 2015, 04:14:49 am
-
Here is the nightly for Linux on 05 Dec 2015 - Revision 47286d1
Open non-feature issues in Mantis (http://scp.indiegames.us/mantis/view_all_set.php?type=3&source_query_id=611): 124
Group: Standard
fso_Standard_20151205_47286d1.tar.bz2 (http://swc.fs2downloads.com/builds/LINUX/fso_Standard_20151205_47286d1.tar.bz2)
MD5Sum (http://swc.fs2downloads.com/builds/LINUX/fso_Standard_20151205_47286d1.md5)
------------------------------------------------------------------------
commit 764e177
Author: Cliff Gordon <Tue Dec 1 15:24:32 2015 -0600>
Commit: Cliff Gordon <Tue Dec 1 20:56:10 2015 -0600>
Remove the -Wno-unused-function hider. Should be able to fix these with this method if any more crop up on Linux.
configure.ac | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
------------------------------------------------------------------------
commit ea549ab
Author: Cliff Gordon <Tue Dec 1 20:56:06 2015 -0600>
Commit: Cliff Gordon <Tue Dec 1 20:56:06 2015 -0600>
[fix/292_unused_functions] Mark rotate_z and accurate_square_root as unused. Last part of the issues in #292.
code/math/fvi.cpp | 2 +-
code/math/vecmat.cpp | 2 ++
2 files changed, 3 insertions(+), 1 deletion(-)