[Alephmodular-devel] Re: [M-dev]Warnings Patch
Status: Pre-Alpha
Brought to you by:
brefin
From: Br'fin <br...@ma...> - 2003-03-13 17:00:20
|
I was updating and recompiling my code. And personally I found these warnings disconcerting. Perhaps more so than the original warnings :) -Jeremy Parsons ../Source_Files/ModelView/Model3D.cpp: In member function `bool Model3D::FindPositions_Frame(bool, short int, float, short int)': ../Source_Files/ModelView/Model3D.cpp:722: warning: initialization of negative value `NONE' to `size_t' ../Source_Files/ModelView/Model3D.cpp:722: warning: argument of negative value `NONE' to `long unsigned int' ../Source_Files/ModelView/Model3D.cpp:734: warning: assignment of negative value `NONE' to `size_t' ../Source_Files/ModelView/Model3D.cpp:734: warning: argument of negative value `NONE' to `long unsigned int' ../Source_Files/ModelView/Model3D.cpp:743: warning: comparison between signed and unsigned integer expressions ../Source_Files/ModelView/Model3D.cpp:722: warning: initialization of negative value `NONE' to `size_t' ../Source_Files/ModelView/Model3D.cpp:722: warning: argument of negative value `NONE' to `long unsigned int' ../Source_Files/ModelView/Model3D.cpp:734: warning: assignment of negative value `NONE' to `size_t' ../Source_Files/ModelView/Model3D.cpp:734: warning: argument of negative value `NONE' to `long unsigned int' ../Source_Files/ModelView/Model3D.cpp:743: warning: comparison between signed and unsigned integer expressions ../Source_Files/ModelView/Dim3_Loader.cpp:237: warning: initialization of negative value `-1' to `size_t' ../Source_Files/ModelView/Dim3_Loader.cpp:237: warning: argument of negative value `-1' to `long unsigned int' ../Source_Files/ModelView/Dim3_Loader.cpp:242: warning: initialization of negative value `-1' to `size_t' ../Source_Files/ModelView/Dim3_Loader.cpp:242: warning: argument of negative value `-1' to `long unsigned int' ../Source_Files/ModelView/Dim3_Loader.cpp:297: warning: assignment of negative value `-1' to `size_t' ../Source_Files/ModelView/Dim3_Loader.cpp:297: warning: argument of negative value `-1' to `long unsigned int' ../Source_Files/ModelView/Dim3_Loader.cpp:998: warning: assignment of negative value `NONE' to `size_t' ../Source_Files/ModelView/Dim3_Loader.cpp:998: warning: argument of negative value `NONE' to `long unsigned int' |