view etc/inttypes.h @ 36435:2d41b475a7b4

Silence a format warning with cdparanoia. Although cdparanoia returns a long value, it's just a cast of an int, while libcdio uses uint8_t (which both is sufficient for the possible 99 tracks).
author ib
date Mon, 02 Dec 2013 14:30:21 +0000
parents dae8bc96fb15
children
line wrap: on
line source


// fallback if the user doesn't have inttypes.h (libc5 systems)

#include <sys/bitypes.h>