Some dead stores and build fixes reported by LLVM 2.9.

This commit is contained in:
Juan RP
2011-04-07 12:24:20 +02:00
parent 6a91c2894e
commit d9eb0341cd
4 changed files with 3 additions and 4 deletions

View File

@ -25,6 +25,9 @@
#ifdef HAVE_VASPRINTF
# define _GNU_SOURCE /* for vasprintf(3) */
# ifdef _XOPEN_SOURCE
# undef _XOPEN_SOURCE
# endif
# include <stdio.h>
# undef _GNU_SOURCE
#else