Update glslang; GCC compatibility fixes

This commit is contained in:
Jack Andersen
2016-04-15 10:41:24 -10:00
parent 5afdb62a39
commit f76caba013
4 changed files with 22 additions and 19 deletions

View File

@@ -106,8 +106,8 @@ extern "C" const uint8_t MAINICON_NETWM[];
extern "C" const size_t MAINICON_NETWM_SZ;
/* No icon by default */
const uint8_t MAINICON_NETWM[] __attribute__ ((weak)) = {};
const size_t MAINICON_NETWM_SZ __attribute__ ((weak)) = 0;
extern const uint8_t MAINICON_NETWM[] __attribute__ ((weak)) = {};
extern const size_t MAINICON_NETWM_SZ __attribute__ ((weak)) = 0;
namespace boo
{