Skip to content

Instantly share code, notes, and snippets.

@jflopezfernandez
Created October 25, 2020 14:47
Show Gist options
  • Save jflopezfernandez/68523547420ed29bd1c719e4ebf495c6 to your computer and use it in GitHub Desktop.
Save jflopezfernandez/68523547420ed29bd1c719e4ebf495c6 to your computer and use it in GitHub Desktop.
Build log from MSVC 2019 release build
C:\Users\jflop\check-build>cmake --build . --config Release
CMake is re-running because C:/Users/jflop/check-build/CMakeFiles/generate.stamp is out-of-date.
the file 'C:/Users/jflop/source/repos/check/CMakeLists.txt'
is newer than 'C:/Users/jflop/check-build/CMakeFiles/generate.stamp.depend'
result='-1'
-- Selecting Windows SDK version 10.0.19041.0 to target Windows 10.0.19042.
-- Configuring done
-- Generating done
-- Build files have been written to: C:/Users/jflop/check-build
Microsoft (R) Build Engine version 16.7.0+b89cb5fde for .NET Framework
Copyright (C) Microsoft Corporation. All rights reserved.
Checking Build System
CMake is re-running because C:/Users/jflop/check-build/CMakeFiles/generate.stamp is out-of-date.
the file 'C:/Users/jflop/source/repos/check/CMakeLists.txt'
is newer than 'C:/Users/jflop/check-build/CMakeFiles/generate.stamp.depend'
result='-1'
-- Selecting Windows SDK version 10.0.19041.0 to target Windows 10.0.19042.
-- Configuring done
-- Generating done
-- Build files have been written to: C:/Users/jflop/check-build
Building Custom Rule C:/Users/jflop/source/repos/check/src/CMakeLists.txt
CMake is re-running because C:/Users/jflop/check-build/src/CMakeFiles/generate.stamp is out-of-date.
the file 'C:/Users/jflop/source/repos/check/src/CMakeLists.txt'
is newer than 'C:/Users/jflop/check-build/src/CMakeFiles/generate.stamp.depend'
result='-1'
-- Selecting Windows SDK version 10.0.19041.0 to target Windows 10.0.19042.
-- Configuring done
-- Generating done
-- Build files have been written to: C:/Users/jflop/check-build
check.c
check_error.c
check_list.c
check_log.c
check_msg.c
check_pack.c
C:\Users\jflop\source\repos\check\src\check_pack.c(250,1): warning C4003: not enough arguments for function-like macro
invocation 'CK_DIAGNOSTIC_POP' [C:\Users\jflop\check-build\src\check.vcxproj]
C:\Users\jflop\source\repos\check\src\check_pack.c(272,1): warning C4003: not enough arguments for function-like macro
invocation 'CK_DIAGNOSTIC_POP' [C:\Users\jflop\check-build\src\check.vcxproj]
check_print.c
check_run.c
C:\Users\jflop\source\repos\check\src\check_run.c(425,73): warning C4244: 'function': conversion from 'time_t' to 'int'
, possible loss of data [C:\Users\jflop\check-build\src\check.vcxproj]
check_str.c
fpclassify.c
clock_gettime.c
timer_create.c
timer_delete.c
timer_settime.c
C:\Users\jflop\source\repos\check\lib\timer_settime.c(42,1): warning C4244: 'initializing': conversion from 'const time
_t' to 'int', possible loss of data [C:\Users\jflop\check-build\src\check.vcxproj]
getline.c
C:\Users\jflop\source\repos\check\lib\getline.c(42,22): warning C4018: '>=': signed/unsigned mismatch [C:\Users\jflop\c
heck-build\src\check.vcxproj]
gettimeofday.c
localtime_r.c
strsignal.c
alarm.c
pthread_mutex.c
Generating Code...
check.vcxproj -> C:\Users\jflop\check-build\src\Release\check.lib
Building Custom Rule C:/Users/jflop/source/repos/check/src/CMakeLists.txt
CMake is re-running because C:/Users/jflop/check-build/src/CMakeFiles/generate.stamp is out-of-date.
the file 'C:/Users/jflop/source/repos/check/src/CMakeLists.txt'
is newer than 'C:/Users/jflop/check-build/src/CMakeFiles/generate.stamp.depend'
result='-1'
-- Selecting Windows SDK version 10.0.19041.0 to target Windows 10.0.19042.
-- Configuring done
-- Generating done
-- Build files have been written to: C:/Users/jflop/check-build
check.c
check_error.c
check_list.c
check_log.c
check_msg.c
check_pack.c
C:\Users\jflop\source\repos\check\src\check_pack.c(250,1): warning C4003: not enough arguments for function-like macro
invocation 'CK_DIAGNOSTIC_POP' [C:\Users\jflop\check-build\src\checkShared.vcxproj]
C:\Users\jflop\source\repos\check\src\check_pack.c(272,1): warning C4003: not enough arguments for function-like macro
invocation 'CK_DIAGNOSTIC_POP' [C:\Users\jflop\check-build\src\checkShared.vcxproj]
check_print.c
check_run.c
C:\Users\jflop\source\repos\check\src\check_run.c(425,73): warning C4244: 'function': conversion from 'time_t' to 'int'
, possible loss of data [C:\Users\jflop\check-build\src\checkShared.vcxproj]
check_str.c
fpclassify.c
clock_gettime.c
timer_create.c
timer_delete.c
timer_settime.c
C:\Users\jflop\source\repos\check\lib\timer_settime.c(42,1): warning C4244: 'initializing': conversion from 'const time
_t' to 'int', possible loss of data [C:\Users\jflop\check-build\src\checkShared.vcxproj]
getline.c
C:\Users\jflop\source\repos\check\lib\getline.c(42,22): warning C4018: '>=': signed/unsigned mismatch [C:\Users\jflop\c
heck-build\src\checkShared.vcxproj]
gettimeofday.c
localtime_r.c
strsignal.c
alarm.c
pthread_mutex.c
Generating Code...
Creating library C:/Users/jflop/check-build/src/Release/checkDynamic.lib and object C:/Users/jflop/check-build/src
/Release/checkDynamic.exp
checkShared.vcxproj -> C:\Users\jflop\check-build\src\Release\checkDynamic.dll
Building Custom Rule C:/Users/jflop/source/repos/check/tests/CMakeLists.txt
CMake is re-running because C:/Users/jflop/check-build/tests/CMakeFiles/generate.stamp is out-of-date.
the file 'C:/Users/jflop/source/repos/check/tests/CMakeLists.txt'
is newer than 'C:/Users/jflop/check-build/tests/CMakeFiles/generate.stamp.depend'
result='-1'
-- Selecting Windows SDK version 10.0.19041.0 to target Windows 10.0.19042.
-- Configuring done
-- Generating done
-- Build files have been written to: C:/Users/jflop/check-build
check_check_exit.c
check_check_fixture.c
check_check_fork.c
check_check_limit.c
check_check_log.c
check_check_log_internal.c
check_check_main.c
check_check_master.c
C:\Users\jflop\source\repos\check\tests\check_check_master.c(448,7): warning C4101: 'reg_err': unreferenced local varia
ble [C:\Users\jflop\check-build\tests\check_check.vcxproj]
C:\Users\jflop\source\repos\check\tests\check_check_master.c(449,8): warning C4101: 'err_text': unreferenced local vari
able [C:\Users\jflop\check-build\tests\check_check.vcxproj]
check_check_msg.c
check_check_pack.c
check_check_selective.c
check_check_sub.c
C:\Users\jflop\source\repos\check\tests\check_check_sub.c(595,1): warning C4244: 'initializing': conversion from 'int'
to 'float', possible loss of data [C:\Users\jflop\check-build\tests\check_check.vcxproj]
C:\Users\jflop\source\repos\check\tests\check_check_sub.c(621,1): warning C4244: 'initializing': conversion from 'int'
to 'float', possible loss of data [C:\Users\jflop\check-build\tests\check_check.vcxproj]
C:\Users\jflop\source\repos\check\tests\check_check_sub.c(647,1): warning C4244: 'initializing': conversion from 'int'
to 'float', possible loss of data [C:\Users\jflop\check-build\tests\check_check.vcxproj]
C:\Users\jflop\source\repos\check\tests\check_check_sub.c(674,1): warning C4244: 'initializing': conversion from 'int'
to 'float', possible loss of data [C:\Users\jflop\check-build\tests\check_check.vcxproj]
C:\Users\jflop\source\repos\check\tests\check_check_sub.c(700,1): warning C4244: 'initializing': conversion from 'int'
to 'float', possible loss of data [C:\Users\jflop\check-build\tests\check_check.vcxproj]
C:\Users\jflop\source\repos\check\tests\check_check_sub.c(727,1): warning C4244: 'initializing': conversion from 'int'
to 'float', possible loss of data [C:\Users\jflop\check-build\tests\check_check.vcxproj]
C:\Users\jflop\source\repos\check\tests\check_check_sub.c(796,1): warning C4244: 'initializing': conversion from 'int'
to 'float', possible loss of data [C:\Users\jflop\check-build\tests\check_check.vcxproj]
C:\Users\jflop\source\repos\check\tests\check_check_sub.c(828,1): warning C4244: 'initializing': conversion from 'int'
to 'float', possible loss of data [C:\Users\jflop\check-build\tests\check_check.vcxproj]
C:\Users\jflop\source\repos\check\tests\check_check_sub.c(863,1): warning C4244: 'initializing': conversion from 'int'
to 'float', possible loss of data [C:\Users\jflop\check-build\tests\check_check.vcxproj]
C:\Users\jflop\source\repos\check\tests\check_check_sub.c(898,1): warning C4244: 'initializing': conversion from 'int'
to 'float', possible loss of data [C:\Users\jflop\check-build\tests\check_check.vcxproj]
C:\Users\jflop\source\repos\check\tests\check_check_sub.c(982,1): warning C4244: 'initializing': conversion from 'int'
to 'float', possible loss of data [C:\Users\jflop\check-build\tests\check_check.vcxproj]
C:\Users\jflop\source\repos\check\tests\check_check_sub.c(1007,1): warning C4244: 'initializing': conversion from 'int'
to 'float', possible loss of data [C:\Users\jflop\check-build\tests\check_check.vcxproj]
C:\Users\jflop\source\repos\check\tests\check_check_sub.c(1037,1): warning C4244: 'initializing': conversion from 'int'
to 'float', possible loss of data [C:\Users\jflop\check-build\tests\check_check.vcxproj]
check_check_tags.c
C:\Users\jflop\source\repos\check\tests\check_check_tags.c(667,12): warning C4101: 'tag_plus_suite_env': unreferenced l
ocal variable [C:\Users\jflop\check-build\tests\check_check.vcxproj]
C:\Users\jflop\source\repos\check\tests\check_check_tags.c(667,33): warning C4101: 'tag_plus_case_env': unreferenced lo
cal variable [C:\Users\jflop\check-build\tests\check_check.vcxproj]
check_list.c
Generating Code...
C:\Users\jflop\source\repos\check\tests\check_check_sub.c(950): warning C4723: potential divide by 0 [C:\Users\jflop\ch
eck-build\tests\check_check.vcxproj]
C:\Users\jflop\source\repos\check\tests\check_check_sub.c(967): warning C4723: potential divide by 0 [C:\Users\jflop\ch
eck-build\tests\check_check.vcxproj]
C:\Users\jflop\source\repos\check\tests\check_check_sub.c(940): warning C4723: potential divide by 0 [C:\Users\jflop\ch
eck-build\tests\check_check.vcxproj]
C:\Users\jflop\source\repos\check\tests\check_check_sub.c(962): warning C4723: potential divide by 0 [C:\Users\jflop\ch
eck-build\tests\check_check.vcxproj]
C:\Users\jflop\source\repos\check\tests\check_check_sub.c(994): warning C4723: potential divide by 0 [C:\Users\jflop\ch
eck-build\tests\check_check.vcxproj]
C:\Users\jflop\source\repos\check\tests\check_check_sub.c(989): warning C4723: potential divide by 0 [C:\Users\jflop\ch
eck-build\tests\check_check.vcxproj]
C:\Users\jflop\source\repos\check\tests\check_check_sub.c(1456): warning C4723: potential divide by 0 [C:\Users\jflop\c
heck-build\tests\check_check.vcxproj]
C:\Users\jflop\source\repos\check\tests\check_check_sub.c(1466): warning C4723: potential divide by 0 [C:\Users\jflop\c
heck-build\tests\check_check.vcxproj]
C:\Users\jflop\source\repos\check\tests\check_check_sub.c(1483): warning C4723: potential divide by 0 [C:\Users\jflop\c
heck-build\tests\check_check.vcxproj]
C:\Users\jflop\source\repos\check\tests\check_check_sub.c(1478): warning C4723: potential divide by 0 [C:\Users\jflop\c
heck-build\tests\check_check.vcxproj]
C:\Users\jflop\source\repos\check\tests\check_check_sub.c(1510): warning C4723: potential divide by 0 [C:\Users\jflop\c
heck-build\tests\check_check.vcxproj]
C:\Users\jflop\source\repos\check\tests\check_check_sub.c(1505): warning C4723: potential divide by 0 [C:\Users\jflop\c
heck-build\tests\check_check.vcxproj]
C:\Users\jflop\source\repos\check\tests\check_check_sub.c(1974): warning C4723: potential divide by 0 [C:\Users\jflop\c
heck-build\tests\check_check.vcxproj]
C:\Users\jflop\source\repos\check\tests\check_check_sub.c(1984): warning C4723: potential divide by 0 [C:\Users\jflop\c
heck-build\tests\check_check.vcxproj]
C:\Users\jflop\source\repos\check\tests\check_check_sub.c(2001): warning C4723: potential divide by 0 [C:\Users\jflop\c
heck-build\tests\check_check.vcxproj]
C:\Users\jflop\source\repos\check\tests\check_check_sub.c(1996): warning C4723: potential divide by 0 [C:\Users\jflop\c
heck-build\tests\check_check.vcxproj]
C:\Users\jflop\source\repos\check\tests\check_check_sub.c(2028): warning C4723: potential divide by 0 [C:\Users\jflop\c
heck-build\tests\check_check.vcxproj]
C:\Users\jflop\source\repos\check\tests\check_check_sub.c(2023): warning C4723: potential divide by 0 [C:\Users\jflop\c
heck-build\tests\check_check.vcxproj]
check_check.vcxproj -> C:\Users\jflop\check-build\tests\Release\check_check.exe
Building Custom Rule C:/Users/jflop/source/repos/check/tests/CMakeLists.txt
CMake is re-running because C:/Users/jflop/check-build/tests/CMakeFiles/generate.stamp is out-of-date.
the file 'C:/Users/jflop/source/repos/check/tests/CMakeLists.txt'
is newer than 'C:/Users/jflop/check-build/tests/CMakeFiles/generate.stamp.depend'
result='-1'
-- Selecting Windows SDK version 10.0.19041.0 to target Windows 10.0.19042.
-- Configuring done
-- Generating done
-- Build files have been written to: C:/Users/jflop/check-build
check_check_sub.c
C:\Users\jflop\source\repos\check\tests\check_check_sub.c(595,1): warning C4244: 'initializing': conversion from 'int'
to 'float', possible loss of data [C:\Users\jflop\check-build\tests\check_check_export.vcxproj]
C:\Users\jflop\source\repos\check\tests\check_check_sub.c(621,1): warning C4244: 'initializing': conversion from 'int'
to 'float', possible loss of data [C:\Users\jflop\check-build\tests\check_check_export.vcxproj]
C:\Users\jflop\source\repos\check\tests\check_check_sub.c(647,1): warning C4244: 'initializing': conversion from 'int'
to 'float', possible loss of data [C:\Users\jflop\check-build\tests\check_check_export.vcxproj]
C:\Users\jflop\source\repos\check\tests\check_check_sub.c(674,1): warning C4244: 'initializing': conversion from 'int'
to 'float', possible loss of data [C:\Users\jflop\check-build\tests\check_check_export.vcxproj]
C:\Users\jflop\source\repos\check\tests\check_check_sub.c(700,1): warning C4244: 'initializing': conversion from 'int'
to 'float', possible loss of data [C:\Users\jflop\check-build\tests\check_check_export.vcxproj]
C:\Users\jflop\source\repos\check\tests\check_check_sub.c(727,1): warning C4244: 'initializing': conversion from 'int'
to 'float', possible loss of data [C:\Users\jflop\check-build\tests\check_check_export.vcxproj]
C:\Users\jflop\source\repos\check\tests\check_check_sub.c(796,1): warning C4244: 'initializing': conversion from 'int'
to 'float', possible loss of data [C:\Users\jflop\check-build\tests\check_check_export.vcxproj]
C:\Users\jflop\source\repos\check\tests\check_check_sub.c(828,1): warning C4244: 'initializing': conversion from 'int'
to 'float', possible loss of data [C:\Users\jflop\check-build\tests\check_check_export.vcxproj]
C:\Users\jflop\source\repos\check\tests\check_check_sub.c(863,1): warning C4244: 'initializing': conversion from 'int'
to 'float', possible loss of data [C:\Users\jflop\check-build\tests\check_check_export.vcxproj]
C:\Users\jflop\source\repos\check\tests\check_check_sub.c(898,1): warning C4244: 'initializing': conversion from 'int'
to 'float', possible loss of data [C:\Users\jflop\check-build\tests\check_check_export.vcxproj]
C:\Users\jflop\source\repos\check\tests\check_check_sub.c(982,1): warning C4244: 'initializing': conversion from 'int'
to 'float', possible loss of data [C:\Users\jflop\check-build\tests\check_check_export.vcxproj]
C:\Users\jflop\source\repos\check\tests\check_check_sub.c(1007,1): warning C4244: 'initializing': conversion from 'int'
to 'float', possible loss of data [C:\Users\jflop\check-build\tests\check_check_export.vcxproj]
C:\Users\jflop\source\repos\check\tests\check_check_sub.c(1037,1): warning C4244: 'initializing': conversion from 'int'
to 'float', possible loss of data [C:\Users\jflop\check-build\tests\check_check_export.vcxproj]
check_check_master.c
C:\Users\jflop\source\repos\check\tests\check_check_master.c(448,7): warning C4101: 'reg_err': unreferenced local varia
ble [C:\Users\jflop\check-build\tests\check_check_export.vcxproj]
C:\Users\jflop\source\repos\check\tests\check_check_master.c(449,8): warning C4101: 'err_text': unreferenced local vari
able [C:\Users\jflop\check-build\tests\check_check_export.vcxproj]
check_check_log.c
check_check_fork.c
check_check_export_main.c
Generating Code...
C:\Users\jflop\source\repos\check\tests\check_check_sub.c(950): warning C4723: potential divide by 0 [C:\Users\jflop\ch
eck-build\tests\check_check_export.vcxproj]
C:\Users\jflop\source\repos\check\tests\check_check_sub.c(940): warning C4723: potential divide by 0 [C:\Users\jflop\ch
eck-build\tests\check_check_export.vcxproj]
C:\Users\jflop\source\repos\check\tests\check_check_sub.c(967): warning C4723: potential divide by 0 [C:\Users\jflop\ch
eck-build\tests\check_check_export.vcxproj]
C:\Users\jflop\source\repos\check\tests\check_check_sub.c(962): warning C4723: potential divide by 0 [C:\Users\jflop\ch
eck-build\tests\check_check_export.vcxproj]
C:\Users\jflop\source\repos\check\tests\check_check_sub.c(994): warning C4723: potential divide by 0 [C:\Users\jflop\ch
eck-build\tests\check_check_export.vcxproj]
C:\Users\jflop\source\repos\check\tests\check_check_sub.c(989): warning C4723: potential divide by 0 [C:\Users\jflop\ch
eck-build\tests\check_check_export.vcxproj]
C:\Users\jflop\source\repos\check\tests\check_check_sub.c(1456): warning C4723: potential divide by 0 [C:\Users\jflop\c
heck-build\tests\check_check_export.vcxproj]
C:\Users\jflop\source\repos\check\tests\check_check_sub.c(1466): warning C4723: potential divide by 0 [C:\Users\jflop\c
heck-build\tests\check_check_export.vcxproj]
C:\Users\jflop\source\repos\check\tests\check_check_sub.c(1483): warning C4723: potential divide by 0 [C:\Users\jflop\c
heck-build\tests\check_check_export.vcxproj]
C:\Users\jflop\source\repos\check\tests\check_check_sub.c(1478): warning C4723: potential divide by 0 [C:\Users\jflop\c
heck-build\tests\check_check_export.vcxproj]
C:\Users\jflop\source\repos\check\tests\check_check_sub.c(1510): warning C4723: potential divide by 0 [C:\Users\jflop\c
heck-build\tests\check_check_export.vcxproj]
C:\Users\jflop\source\repos\check\tests\check_check_sub.c(1505): warning C4723: potential divide by 0 [C:\Users\jflop\c
heck-build\tests\check_check_export.vcxproj]
C:\Users\jflop\source\repos\check\tests\check_check_sub.c(1984): warning C4723: potential divide by 0 [C:\Users\jflop\c
heck-build\tests\check_check_export.vcxproj]
C:\Users\jflop\source\repos\check\tests\check_check_sub.c(1974): warning C4723: potential divide by 0 [C:\Users\jflop\c
heck-build\tests\check_check_export.vcxproj]
C:\Users\jflop\source\repos\check\tests\check_check_sub.c(2001): warning C4723: potential divide by 0 [C:\Users\jflop\c
heck-build\tests\check_check_export.vcxproj]
C:\Users\jflop\source\repos\check\tests\check_check_sub.c(1996): warning C4723: potential divide by 0 [C:\Users\jflop\c
heck-build\tests\check_check_export.vcxproj]
C:\Users\jflop\source\repos\check\tests\check_check_sub.c(2028): warning C4723: potential divide by 0 [C:\Users\jflop\c
heck-build\tests\check_check_export.vcxproj]
C:\Users\jflop\source\repos\check\tests\check_check_sub.c(2023): warning C4723: potential divide by 0 [C:\Users\jflop\c
heck-build\tests\check_check_export.vcxproj]
check_check_export.vcxproj -> C:\Users\jflop\check-build\tests\Release\check_check_export.exe
Building Custom Rule C:/Users/jflop/source/repos/check/tests/CMakeLists.txt
CMake is re-running because C:/Users/jflop/check-build/tests/CMakeFiles/generate.stamp is out-of-date.
the file 'C:/Users/jflop/source/repos/check/tests/CMakeLists.txt'
is newer than 'C:/Users/jflop/check-build/tests/CMakeFiles/generate.stamp.depend'
result='-1'
-- Selecting Windows SDK version 10.0.19041.0 to target Windows 10.0.19042.
-- Configuring done
-- Generating done
-- Build files have been written to: C:/Users/jflop/check-build
check_nofork.c
check_nofork.vcxproj -> C:\Users\jflop\check-build\tests\Release\check_nofork.exe
Building Custom Rule C:/Users/jflop/source/repos/check/tests/CMakeLists.txt
CMake is re-running because C:/Users/jflop/check-build/tests/CMakeFiles/generate.stamp is out-of-date.
the file 'C:/Users/jflop/source/repos/check/tests/CMakeLists.txt'
is newer than 'C:/Users/jflop/check-build/tests/CMakeFiles/generate.stamp.depend'
result='-1'
-- Selecting Windows SDK version 10.0.19041.0 to target Windows 10.0.19042.
-- Configuring done
-- Generating done
-- Build files have been written to: C:/Users/jflop/check-build
check_nofork_teardown.c
check_nofork_teardown.vcxproj -> C:\Users\jflop\check-build\tests\Release\check_nofork_teardown.exe
Building Custom Rule C:/Users/jflop/source/repos/check/tests/CMakeLists.txt
CMake is re-running because C:/Users/jflop/check-build/tests/CMakeFiles/generate.stamp is out-of-date.
the file 'C:/Users/jflop/source/repos/check/tests/CMakeLists.txt'
is newer than 'C:/Users/jflop/check-build/tests/CMakeFiles/generate.stamp.depend'
result='-1'
-- Selecting Windows SDK version 10.0.19041.0 to target Windows 10.0.19042.
-- Configuring done
-- Generating done
-- Build files have been written to: C:/Users/jflop/check-build
check_set_max_msg_size.c
check_set_max_msg_size.vcxproj -> C:\Users\jflop\check-build\tests\Release\check_set_max_msg_size.exe
Building Custom Rule C:/Users/jflop/source/repos/check/lib/CMakeLists.txt
CMake is re-running because C:/Users/jflop/check-build/lib/CMakeFiles/generate.stamp is out-of-date.
the file 'C:/Users/jflop/source/repos/check/lib/CMakeLists.txt'
is newer than 'C:/Users/jflop/check-build/lib/CMakeFiles/generate.stamp.depend'
result='-1'
-- Selecting Windows SDK version 10.0.19041.0 to target Windows 10.0.19042.
-- Configuring done
-- Generating done
-- Build files have been written to: C:/Users/jflop/check-build
libcompat.c
fpclassify.c
clock_gettime.c
timer_create.c
timer_delete.c
timer_settime.c
C:\Users\jflop\source\repos\check\lib\timer_settime.c(42,1): warning C4244: 'initializing': conversion from 'const time
_t' to 'int', possible loss of data [C:\Users\jflop\check-build\lib\compat.vcxproj]
getline.c
C:\Users\jflop\source\repos\check\lib\getline.c(42,22): warning C4018: '>=': signed/unsigned mismatch [C:\Users\jflop\c
heck-build\lib\compat.vcxproj]
gettimeofday.c
localtime_r.c
strsignal.c
alarm.c
pthread_mutex.c
Generating Code...
compat.vcxproj -> C:\Users\jflop\check-build\lib\Release\compat.lib
Building Custom Rule C:/Users/jflop/source/repos/check/tests/CMakeLists.txt
CMake is re-running because C:/Users/jflop/check-build/tests/CMakeFiles/generate.stamp is out-of-date.
the file 'C:/Users/jflop/source/repos/check/tests/CMakeLists.txt'
is newer than 'C:/Users/jflop/check-build/tests/CMakeFiles/generate.stamp.depend'
result='-1'
-- Selecting Windows SDK version 10.0.19041.0 to target Windows 10.0.19042.
-- Configuring done
-- Generating done
-- Build files have been written to: C:/Users/jflop/check-build
ex_output.c
ex_output.vcxproj -> C:\Users\jflop\check-build\tests\Release\ex_output.exe
Building Custom Rule C:/Users/jflop/source/repos/check/CMakeLists.txt
CMake is re-running because C:/Users/jflop/check-build/CMakeFiles/generate.stamp is out-of-date.
the file 'C:/Users/jflop/source/repos/check/CMakeLists.txt'
is newer than 'C:/Users/jflop/check-build/CMakeFiles/generate.stamp.depend'
result='-1'
-- Selecting Windows SDK version 10.0.19041.0 to target Windows 10.0.19042.
-- Configuring done
-- Generating done
-- Build files have been written to: C:/Users/jflop/check-build
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment