Fix various GCC compilation warnings after Vulkan merge
Part of #36132.
This commit is contained in:
parent
3679d49f4b
commit
d2537407ef
19 changed files with 71 additions and 53 deletions
|
|
@ -207,6 +207,9 @@ static String dump_node_code(SL::Node *p_node, int p_level) {
|
|||
case SL::Node::TYPE_ARRAY_DECLARATION: {
|
||||
// FIXME: Implement
|
||||
} break;
|
||||
case SL::Node::TYPE_ARRAY_CONSTRUCT: {
|
||||
// FIXME: Implement
|
||||
} break;
|
||||
case SL::Node::TYPE_CONSTANT: {
|
||||
SL::ConstantNode *cnode = (SL::ConstantNode *)p_node;
|
||||
return get_constant_text(cnode->datatype, cnode->values);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue