Skip to content

Commit

Permalink
Test cpplint & cppcheck errors
Browse files Browse the repository at this point in the history
  • Loading branch information
SRombauts committed Aug 21, 2024
1 parent 8475fa8 commit d46b4c9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Database.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,9 @@ Database::Database(const char* apFilename,
{
setBusyTimeout(aBusyTimeoutMs);
}
//TODO
int*p=nullptr;
*p=666;
}

// Deleter functor to use with smart pointers to close the SQLite database connection in an RAII fashion.
Expand Down

0 comments on commit d46b4c9

Please sign in to comment.