Skip to content

Commit d46b4c9

Browse files
committed
Test cpplint & cppcheck errors
1 parent 8475fa8 commit d46b4c9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Database.cpp

+3
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,9 @@ Database::Database(const char* apFilename,
7777
{
7878
setBusyTimeout(aBusyTimeoutMs);
7979
}
80+
//TODO
81+
int*p=nullptr;
82+
*p=666;
8083
}
8184

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

0 commit comments

Comments
 (0)