Skip to content

Commit 17c27f9

Browse files
committed
Fix unused variable on clang builds
1 parent 4b6823b commit 17c27f9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

source/SqliteUtils.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,10 @@ namespace vx::sqlite_utils {
7070

7171
constexpr double earthBlubKm = 6378.137;
7272

73+
#ifdef WIN32
7374
/** @brief Buffer size for errno. */
7475
constexpr std::int32_t errnoBufferSize = 128;
76+
#endif
7577

7678
void sqlite3_deleter::operator()( sqlite3 *_handle ) const noexcept {
7779

0 commit comments

Comments
 (0)