Author: ianmacarthur
Date: 2010-05-03 13:06:22 -0700 (Mon, 03 May 2010)
New Revision: 7585
Log:

Fix compile time warnings for params to fprintf that are no longer used.



Modified:
   branches/branch-1.3/fluid/ide_visualc.cxx

Modified: branches/branch-1.3/fluid/ide_visualc.cxx
===================================================================
--- branches/branch-1.3/fluid/ide_visualc.cxx   2010-05-02 21:12:55 UTC (rev 
7584)
+++ branches/branch-1.3/fluid/ide_visualc.cxx   2010-05-03 20:06:22 UTC (rev 
7585)
@@ -340,12 +340,12 @@
     fprintf(f, "# PROP BASE Use_MFC 0\r\n");
     fprintf(f, "# PROP BASE Use_Debug_Libraries 1\r\n");
     fprintf(f, "# PROP BASE Output_Dir \"Debug/$(ProjectName)\"\r\n");
-    fprintf(f, "# PROP BASE Intermediate_Dir \"Debug/$(ProjectName)\"\r\n", 
name);
+    fprintf(f, "# PROP BASE Intermediate_Dir \"Debug/$(ProjectName)\"\r\n");
     fprintf(f, "# PROP BASE Target_Dir \"\"\r\n");
     fprintf(f, "# PROP Use_MFC 0\r\n");
     fprintf(f, "# PROP Use_Debug_Libraries 1\r\n");
-    fprintf(f, "# PROP Output_Dir \"Debug/$(ProjectName)\"\r\n", name);
-    fprintf(f, "# PROP Intermediate_Dir \"Debug/$(ProjectName)\"\r\n", name);
+    fprintf(f, "# PROP Output_Dir \"Debug/$(ProjectName)\"\r\n");
+    fprintf(f, "# PROP Intermediate_Dir \"Debug/$(ProjectName)\"\r\n");
     fprintf(f, "# PROP Ignore_Export_Lib 0\r\n");
     fprintf(f, "# PROP Target_Dir \"\"\r\n");
     fprintf(f, "# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D \"WIN32\" /D 
\"_DEBUG\" /D \"_WINDOWS\" /YX /FD /c\r\n");

_______________________________________________
fltk-commit mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-commit

Reply via email to