зеркало из https://github.com/mozilla/gecko-dev.git
Added XXX warning about retuning an unitialized variable...
This commit is contained in:
Родитель
6207c75a13
Коммит
cce4e2129f
|
@ -69,6 +69,7 @@ PRBool FixedTableLayoutStrategy::BalanceColumnWidths(nsIStyleContext *aTableStyl
|
|||
printf("\n");
|
||||
}
|
||||
|
||||
// XXX Hey Cujo, result has never been initialized...
|
||||
return result;
|
||||
}
|
||||
|
||||
|
|
|
@ -69,6 +69,7 @@ PRBool FixedTableLayoutStrategy::BalanceColumnWidths(nsIStyleContext *aTableStyl
|
|||
printf("\n");
|
||||
}
|
||||
|
||||
// XXX Hey Cujo, result has never been initialized...
|
||||
return result;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче