mirror of
https://github.com/ckolivas/lrzip.git
synced 2026-04-04 13:57:40 +00:00
Silence compiler warnings.
This commit is contained in:
parent
542c1637b2
commit
1ea75154d6
4 changed files with 3 additions and 6 deletions
2
stream.c
2
stream.c
|
|
@ -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. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue