tools: pkg-config: fix build with GCC 6
authorMatthias Schiffer <mschiffer@universe-factory.net>
Sun, 8 May 2016 13:53:14 +0000 (15:53 +0200)
committerMatthias Schiffer <mschiffer@universe-factory.net>
Sun, 8 May 2016 21:37:40 +0000 (23:37 +0200)
Fixes the following error:

gdate.c: In function ‘g_date_strftime’:
gdate.c:2497:7: error: format not a string literal, format string not checked [-Werror=format-nonliteral]
       tmplen = strftime (tmpbuf, tmpbufsize, locale_format, &tm);
       ^~~~~~

Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>

No differences found