From: <man...@us...> - 2013-12-08 13:53:40
|
Revision: 3416 http://sourceforge.net/p/modplug/code/3416 Author: manxorist Date: 2013-12-08 13:53:33 +0000 (Sun, 08 Dec 2013) Log Message: ----------- [Fix] libopenmpt build: Fix mingw build on windows. Modified Paths: -------------- trunk/OpenMPT/Makefile trunk/OpenMPT/openmpt123/openmpt123.cpp Modified: trunk/OpenMPT/Makefile =================================================================== --- trunk/OpenMPT/Makefile 2013-12-08 13:39:42 UTC (rev 3415) +++ trunk/OpenMPT/Makefile 2013-12-08 13:53:33 UTC (rev 3416) @@ -76,7 +76,7 @@ RM = del /q /f INSTALL = echo install -INSTALL_MAKE_DIR echo install +INSTALL_MAKE_DIR = echo install INSTALL_DIR = echo install else Modified: trunk/OpenMPT/openmpt123/openmpt123.cpp =================================================================== --- trunk/OpenMPT/openmpt123/openmpt123.cpp 2013-12-08 13:39:42 UTC (rev 3415) +++ trunk/OpenMPT/openmpt123/openmpt123.cpp 2013-12-08 13:53:33 UTC (rev 3416) @@ -157,7 +157,7 @@ private: file_audio_stream_base * impl; public: - file_audio_stream_raii( const commandlineflags & flags, const std::string & filename, std::ostream & log ) + file_audio_stream_raii( const commandlineflags & flags, const std::string & filename, std::ostream & /* log */ ) : impl(0) { if ( !flags.force_overwrite ) { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |