Batch of correction to lower the number of GCC warnings

This commit is contained in:
Hombre
2010-08-29 02:25:59 +02:00
parent 6da0cf6792
commit 02dac0425d
40 changed files with 936 additions and 923 deletions

View File

@@ -28,11 +28,10 @@ namespace rtengine {
extern Settings* settings;
ImProcCoordinator::ImProcCoordinator ()
: ipf(&params, true), allocated(false), scale(-1), pW(-1), pH(-1),
plistener(NULL), imageListener(NULL), aeListener(NULL), hListener(NULL),
resultValid(false), awbComputed(false),
changeSinceLast(0), updaterRunning(false),
destroying(false) {
: awbComputed(false), ipf(&params, true), scale(-1), allocated(false),
pW(-1), pH(-1), plistener(NULL), imageListener(NULL),
aeListener(NULL), hListener(NULL), resultValid(false),
changeSinceLast(0), updaterRunning(false), destroying(false) {
}
void ImProcCoordinator::assign (ImageSource* imgsrc) {