mirror of
https://github.com/KhronosGroup/Vulkan-Hpp
synced 2024-11-08 13:40:08 +00:00
Remove wrong #if !defined(NDEBUG) (#182)
This commit is contained in:
parent
818dc27d06
commit
56f418b41c
@ -2378,10 +2378,8 @@ void VulkanHppGenerator::readTypeBasetype(tinyxml2::XMLElement const* element, s
|
||||
checkEmptyElement(children[0]);
|
||||
checkEmptyElement(children[1]);
|
||||
|
||||
#if !defined(NDEBUG)
|
||||
std::string type = children[0]->GetText();
|
||||
assert((type == "uint32_t") || (type == "uint64_t"));
|
||||
#endif
|
||||
|
||||
std::string name = strip(children[1]->GetText(), "Vk");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user