]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/file-name.cc
* stepmake/stepmake/generic-vars.make (LOOP): Add PLUS to keep -j
[lilypond.git] / flower / file-name.cc
index 2302baa46b6a0647f72be83f4a4e44a043d26f7f..d7129d43d1216f13eccb60fe3892eca8d67c01de 100644 (file)
@@ -52,7 +52,10 @@ dos_to_posix (std::string file_name)
 
 /** Use slash as directory separator.  On Windows, they can pretty
     much be exchanged.  */
-static std::string
+#if 0
+static /* avoid warning */
+#endif 
+std::string
 slashify (std::string file_name)
 {
   replace_all (file_name, '\\', '/');