Skip to content

Commit

Permalink
Work in progress
Browse files Browse the repository at this point in the history
  • Loading branch information
skhaz committed Oct 26, 2024
1 parent 85e9163 commit 81d3a18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include "application.hpp"

int main(int argc, char **argv) noexcept {
int main(int argc, char **argv) {

Check warning on line 3 in src/main.cpp

View workflow job for this annotation

GitHub Actions / lint

src/main.cpp:3:5 [modernize-use-trailing-return-type]

use a trailing return type for this function
framework::application app(argc, std::move(argv));

Check failure on line 4 in src/main.cpp

View workflow job for this annotation

GitHub Actions / lint

src/main.cpp:4:36 [clang-diagnostic-error]

use of undeclared identifier 'std'

return app.run();
Expand Down

0 comments on commit 81d3a18

Please sign in to comment.