Skip to content

Commit

Permalink
Test readability-qualified-auto check
Browse files Browse the repository at this point in the history
  • Loading branch information
dacap committed Feb 27, 2024
1 parent 4ea8431 commit 259578d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/helloworld.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ void draw_window(os::Window* window)

int app_main(int argc, char* argv[])
{
auto ptr = argv;

os::SystemRef system = os::make_system();
system->setAppMode(os::AppMode::GUI);

Expand Down

0 comments on commit 259578d

Please sign in to comment.