We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ba3bb1 commit 79f5e5fCopy full SHA for 79f5e5f
2 files changed
Applications/GuiSample/CMakeLists.txt
@@ -17,3 +17,4 @@ endif()
17
if(PLATFORM_SUPPORT_VULKAN)
18
target_link_libraries(GuiSample${STATIC_LINK_SUFFIX} SimulVulkan${STATIC_LINK_SUFFIX} ${Vulkan_LIBRARY} )
19
endif()
20
+
Applications/Sfx/Preprocessor.ypp
@@ -80,7 +80,7 @@
80
if(!m)
81
{
82
string str=string("Macro ")+id+string(" not defined");
83
- prepro_error(str.c_str());
+ prepro_warning(str.c_str());
84
return false;
85
}
86
int value=1;
0 commit comments