added -Wall, removed all warnings thereafter

- killed glConsole



git-svn-id: https://projectm.svn.sourceforge.net/svnroot/projectm/personal/carm/dev-1.0@324 6778bc44-b910-0410-a7a0-be141de4315d
This commit is contained in:
w1z7ard
2007-08-14 01:24:39 +00:00
parent e526797597
commit 08aff7983d
17 changed files with 50 additions and 1202 deletions

View File

@ -77,7 +77,7 @@ float smoothTime = 5;
//int smoothFrame = 0;
int oldFrame = 0;
DLLEXPORT projectM::projectM() :beatDetect ( 0 )
DLLEXPORT projectM::projectM() :smoothFrame(0),beatDetect ( 0 )
{
}
@ -722,8 +722,7 @@ DLLEXPORT void projectM::projectM_resetGL ( int w, int h )
{
int mindim, origtexsize;
DWRITE ( "projectM_resetGL(): in: %d x %d\n", w, h );
/** Stash the new dimensions */
@ -803,7 +802,7 @@ int projectM::initPresetTools()
// First preset
std::cerr << "[projectM] Allocating first preset..." << std::endl;
m_activePreset = m_presetPos->allocate ( presetInputs, presetOutputs );
// m_activePreset2 = m_p
std::cerr << "[projectM] First preset allocated. File path is \"" << m_activePreset->absoluteFilePath() << "\"" << std::endl;
projectM_resetengine();