On Sun, 10 Feb 2013 16:51:52 +1000 Allan McRae <[email protected]> wrote:
> Fixes all clang warnings with -Wformat-literal. > > Also, fix genuine formating issue discovered once adding these attributes > and add a cast to prevent a gcc warning. > > Signed-off-by: Allan McRae <[email protected]> > --- Much better than all those pragmas! I still get one error though: util.c:874:41: error: format specifies type 'int' but the argument has type 'size_t' (aka 'unsigned long') [-Werror,-Wformat] pm_asprintf(&str, _("Packages (%d):"), alpm_list_count(targets)); ~~ ^~~~~~~~~~~~~~~~~~~~~~~~ I believe that should be %zd
