Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
lidavidm committed Mar 16, 2024
1 parent 01eb40b commit 9cf9909
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion c/cmake_modules/AdbcDefines.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ elseif(CMAKE_CXX_COMPILER_ID STREQUAL "AppleClang"
-Wno-unused-parameter)
set(ADBC_C_CXX_FLAGS_PRODUCTION -Wall)

if (CMAKE_CXX_COMPILER_ID STREQUAL "GNU")
if(CMAKE_CXX_COMPILER_ID STREQUAL "GNU")
list(APPEND ADBC_C_CXX_FLAGS_CHECKIN -Wno-maybe-uninitialized)
endif()

Expand Down

0 comments on commit 9cf9909

Please sign in to comment.