mirror of https://github.com/fltk/fltk
Fix compile time warnings for params to fprintf that are no longer used.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7585 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
parent
f62fa46736
commit
ac33758e07
|
@ -340,12 +340,12 @@ public:
|
|||
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");
|
||||
|
|
Loading…
Reference in New Issue