Skip to content

Commit

Permalink
Fix executator_demo main (iree-org#14508)
Browse files Browse the repository at this point in the history
Error caught by GCC warning
  • Loading branch information
hcindyl authored Jul 28, 2023
1 parent 1a4c44b commit 9902af7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/src/iree/task/executor_demo.cc
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ static void simulate_work(const iree_task_tile_context_t* tile_context) {
}
}

extern "C" int main(int argc, char* argv) {
extern "C" int main(int argc, char* argv[]) {
IREE_TRACE_SCOPE_NAMED("ExecutorTest::Any");

iree_allocator_t allocator = iree_allocator_system();
Expand Down

0 comments on commit 9902af7

Please sign in to comment.