Silence GCC warning.
svn-id: r36122
This commit is contained in:
parent
8315753dda
commit
b866cf5d22
1 changed files with 1 additions and 1 deletions
|
@ -383,7 +383,7 @@ char *ListEntry(int i, letype which) {
|
|||
}
|
||||
|
||||
static void DoSync(Serializer &s) {
|
||||
int sg;
|
||||
int sg = 0;
|
||||
|
||||
if (TinselV2) {
|
||||
if (s.isSaving())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue