borgbackup/src/borg/cache_sync
Marian Beermann 78cbf695c4 cache sync: suppress GCC C90/C99 int literal warning
warning: this decimal constant is unsigned only in ISO C90

Raised by GCC 4.9.2 on PowerPC.

The warning is bogus here due to the immediate explicit cast; newer
versions don't emit it.
2017-06-12 10:53:55 +02:00
..
cache_sync.c cache sync: give overview of the source's structure 2017-06-10 10:17:28 +02:00
sysdep.h CacheSynchronizer: redo as quasi FSM on top of unpack.h 2017-06-02 17:43:15 +02:00
unpack.h cache sync: suppress GCC C90/C99 int literal warning 2017-06-12 10:53:55 +02:00
unpack_define.h CacheSynchronizer: redo as quasi FSM on top of unpack.h 2017-06-02 17:43:15 +02:00
unpack_template.h cache sync: move assert() behind declarations 2017-06-11 11:42:39 +02:00