]> git.wh0rd.org - fontconfig.git/commit
Add warning flags to fc-cache build. Clean up warnings in fc-cache.
authorKeith Packard <keithp@neko.keithp.com>
Thu, 14 Sep 2006 01:55:45 +0000 (18:55 -0700)
committerKeith Packard <keithp@neko.keithp.com>
Thu, 14 Sep 2006 01:55:45 +0000 (18:55 -0700)
commitb190ad9da46ff2e8a9ede0afcb59a6c59641515b
treeea4390499a11d05e61cde41d47722aed2072c8ec
parent7943a75b7d6750d8a71eb8316bd3bbcb32f1cc47
Add warning flags to fc-cache build. Clean up warnings in fc-cache.

Looks like the last directory in the project which didn't use $(WARN_CFLAGS)
for some reason. Adding that found the usual collection of char * vs FcChar8
* issues (why, oh why is FcChar8 not just char...)
fc-cache/Makefile.am
fc-cache/fc-cache.c