Small warnings cleanup

on behalf of Afli; see issue 823
This commit is contained in:
Oliver Duis
2011-07-03 16:25:47 +02:00
parent 6ae84717bd
commit 488aba1dd2
2 changed files with 2 additions and 2 deletions

View File

@@ -726,7 +726,7 @@ int diagonalmchistupdate (void* data) {
void MyDiagonalCurve::updateBackgroundHistogram (LUTu & hist) {
if (hist!=NULL) {
if (hist) {
//memcpy (bghist, hist, 256*sizeof(unsigned int));
for (int i=0; i<256; i++) bghist[i]=hist[i];
//hist = bghist;