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

@ -646,10 +646,8 @@ void Renderer::draw_shapes(PresetOutputs *presetOutputs) {
int i;
float theta;
float radius;
CustomShape *pos;
float pi = 3.14159265;
float start,inc,xval,yval;
@ -806,7 +804,6 @@ void Renderer::draw_waveform(PresetOutputs *presetOutputs, PresetInputs *presetI
float wave_x_temp=0;
float wave_y_temp=0;
float dy_adj;
float xx,yy;
float cos_rot;
float sin_rot;