fix clang builds

This commit is contained in:
Ryan Fleury
2024-11-01 15:22:26 -07:00
parent 4164b30aac
commit 6d55d21643
6 changed files with 39 additions and 47 deletions
+2 -1
View File
@@ -111,7 +111,8 @@ ptg_scope_touch_node__stripe_r_guarded(PTG_Scope *scope, PTG_GraphNode *node)
internal PTG_Graph *
ptg_graph_from_key(PTG_Scope *scope, PTG_Key *key)
{
PTG_Graph *g = 0;
return g;
}
////////////////////////////////