Silence compiler warnings.

This commit is contained in:
Con Kolivas 2011-05-08 00:05:46 +10:00
parent 542c1637b2
commit 1ea75154d6
4 changed files with 3 additions and 6 deletions

View file

@ -662,7 +662,7 @@ out:
/* WORK FUNCTIONS */
const i64 one_g = 1000 * 1024 * 1024;
i64 one_g = 1000 * 1024 * 1024;
/* Look at whether we're writing to a ram location or physical files and write
* the data accordingly. */