File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ echo "## Configuring build environment"
2929echo " ##############################################################################"
3030
3131echo cmake ${SOURCE_DIR} -DBUILD_EXAMPLES=ON ${CMAKE_OPTIONS}
32- cmake ${SOURCE_DIR} -DBUILD_EXAMPLES=ON -DBUILD_FUZZERS=ON -DUSE_STANDALONE_FUZZERS=ON ${CMAKE_OPTIONS}
32+ cmake ${SOURCE_DIR} -DENABLE_WERROR=ON - DBUILD_EXAMPLES=ON -DBUILD_FUZZERS=ON -DUSE_STANDALONE_FUZZERS=ON ${CMAKE_OPTIONS}
3333
3434echo " "
3535echo " ##############################################################################"
Original file line number Diff line number Diff line change @@ -1384,8 +1384,8 @@ static int git_odb_stream__invalid_length(
13841384{
13851385 giterr_set (GITERR_ODB ,
13861386 "cannot %s - "
1387- "Invalid length. %" PRIdZ " was expected. The "
1388- "total size of the received chunks amounts to %" PRIdZ "." ,
1387+ "Invalid length. %" PRId64 " was expected. The "
1388+ "total size of the received chunks amounts to %" PRId64 "." ,
13891389 action , stream -> declared_size , stream -> received_bytes );
13901390
13911391 return -1 ;
You can’t perform that action at this time.
0 commit comments