- attempt to cleanup a few warnings

- attempt to get git rev info each compile (not just when running cmake)
This commit is contained in:
SoftCoder
2013-12-11 23:16:56 -08:00
parent c91b92901b
commit c887b0c357
4 changed files with 18 additions and 7 deletions

View File

@@ -287,11 +287,17 @@
#endif
/* We do support the IEC 559 math functionality, real and complex. */
#if !defined(__STDC_IEC_559__)
#define __STDC_IEC_559__ 1
#endif
#if !defined(__STDC_IEC_559_COMPLEX__)
#define __STDC_IEC_559_COMPLEX__ 1
#endif
/* wchar_t uses ISO 10646-1 (2nd ed., published 2000-09-15) / Unicode 3.1. */
#if !defined(__STDC_ISO_10646__)
#define __STDC_ISO_10646__ 200009L
#endif
/* This macro indicates that the installed library is the GNU C Library.
For historic reasons the value now is 6 and this will stay from now