Issue 61: Everything compiles now without errors in warning level 4.

This commit is contained in:
Mikko Mononen
2010-04-13 09:39:33 +00:00
parent 1d8c7dac84
commit 9bb95ef45b
13 changed files with 51 additions and 24 deletions

View File

@@ -35,6 +35,7 @@
# define snprintf _snprintf
#endif
/*
static int loadBin(const char* path, unsigned char** data)
{
FILE* fp = fopen(path, "rb");
@@ -47,7 +48,7 @@ static int loadBin(const char* path, unsigned char** data)
fclose(fp);
return size;
}
*/
Sample_Debug::Sample_Debug() :
m_chf(0),
@@ -167,7 +168,7 @@ void Sample_Debug::handleRender()
duDebugDrawRawContours(&dd, *m_cset);
}
void Sample_Debug::handleRenderOverlay(double* proj, double* model, int* view)
void Sample_Debug::handleRenderOverlay(double* /*proj*/, double* /*model*/, int* /*view*/)
{
}