aboutsummaryrefslogtreecommitdiffstats
path: root/tools/pkg-config/patches/001-glib-gdate-suppress-string-format-literal-warning.patch
Commit message (Collapse)AuthorAgeFilesLines
* tools: pkg-config: fix build with GCC 6Luka Perkov2016-06-191-0/+18
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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49342 3c298f89-4303-0410-b956-a3cf2f4a3e73