Only warn if __STDC_IEC_559__ isn't defined
This commit is contained in:
parent
77ebe46966
commit
44d214c040
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
|||
#include <kompute/Kompute.hpp>
|
||||
|
||||
#ifndef __STDC_IEC_559__
|
||||
#error Your C implementation is not IEC 559 compliant, which is required for proper Vulkan interop.
|
||||
#warning Your C implementation is not IEC 559 compliant, which is required for proper Vulkan interop.
|
||||
#endif
|
||||
|
||||
#define MULTILINE_QUOTE(...) #__VA_ARGS__
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue