JustPaste.it

$ msbuild graphviz.sln //t:gvc
Microsoft (R) Build Engine version 14.0.25123.0
Copyright (C) Microsoft Corporation. All rights reserved.

Building the projects in this solution one at a time. To enable parallel build, please add the "/m" switch.
Build started 2016-12-14 17:02:07.
Project "C:\Users\Chiel.tenBrinke\Projects\graphviz\graphviz.sln" on node 1 (gvc target(s)).
ValidateSolutionConfiguration:
Building solution configuration "Debug|Win32".
Project "C:\Users\Chiel.tenBrinke\Projects\graphviz\graphviz.sln" (1) is building "C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\gvc.vcxproj" (2) on node 1 (default targets).
Project "C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\gvc.vcxproj" (2) is building "C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cdt\cdt.vcxproj" (3) on node 1 (default targets).
InitializeBuildStatus:
Creating "Debug\cdt.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
ClCompile:
All outputs are up-to-date.
Link:
All outputs are up-to-date.
cdt.vcxproj -> C:\Users\Chiel.tenBrinke\Projects\graphviz\Debug\Graphviz\bin\cdt.dll
RunMergeNativeCodeAnalysis:
Skipping target "RunMergeNativeCodeAnalysis" because all output files are up-to-date with respect to the input files.
RunNativeCodeAnalysis:
Skipping target "RunNativeCodeAnalysis" because all output files are up-to-date with respect to the input files.
FinalizeBuildStatus:
Deleting file "Debug\cdt.tlog\unsuccessfulbuild".
Touching "Debug\cdt.tlog\cdt.lastbuildstate".
Done Building Project "C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cdt\cdt.vcxproj" (default targets).
Project "C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\gvc.vcxproj" (2) is building "C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\patchwork\gvpatchwork.vcxproj" (4) on node 1 (default targets).
InitializeBuildStatus:
Creating "Debug\patchwork.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
ClCompile:
All outputs are up-to-date.
Lib:
All outputs are up-to-date.
gvpatchwork.vcxproj -> C:\Users\Chiel.tenBrinke\Projects\graphviz\Debug\Graphviz\bin\patchwork.lib
RunMergeNativeCodeAnalysis:
Skipping target "RunMergeNativeCodeAnalysis" because all output files are up-to-date with respect to the input files.
RunNativeCodeAnalysis:
Skipping target "RunNativeCodeAnalysis" because all output files are up-to-date with respect to the input files.
FinalizeBuildStatus:
Deleting file "Debug\patchwork.tlog\unsuccessfulbuild".
Touching "Debug\patchwork.tlog\patchwork.lastbuildstate".
Done Building Project "C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\patchwork\gvpatchwork.vcxproj" (default targets).
Project "C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\gvc.vcxproj" (2) is building "C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\pathplan\Pathplan.vcxproj" (5) on node 1 (default targets).
InitializeBuildStatus:
Creating "Debug\Pathplan.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
ClCompile:
All outputs are up-to-date.
Link:
All outputs are up-to-date.
Pathplan.vcxproj -> C:\Users\Chiel.tenBrinke\Projects\graphviz\Debug\Graphviz\bin\Pathplan.dll
RunMergeNativeCodeAnalysis:
Skipping target "RunMergeNativeCodeAnalysis" because all output files are up-to-date with respect to the input files.
RunNativeCodeAnalysis:
Skipping target "RunNativeCodeAnalysis" because all output files are up-to-date with respect to the input files.
FinalizeBuildStatus:
Deleting file "Debug\Pathplan.tlog\unsuccessfulbuild".
Touching "Debug\Pathplan.tlog\Pathplan.lastbuildstate".
Done Building Project "C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\pathplan\Pathplan.vcxproj" (default targets).
Project "C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\gvc.vcxproj" (2) is building "C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\xdot\xdot.vcxproj" (6) on node 1 (default targets).
Project "C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\xdot\xdot.vcxproj" (6) is building "C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj" (7) on node 1 (default targets).
InitializeBuildStatus:
Creating "Debug\cgraph.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
PreBuildEvent:
bison -dy grammar.y -o grammar.c
flex -oscan.c scan.l
:VCEnd
ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\CL.exe /c /IC:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\ /IC:\Users\Chiel.tenBrinke\Projects\graphviz\windows\include /IC:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cdt /ZI /nologo /W4 /WX- /Od /Oy- /D CODE_ANALYSIS /D WIN32 /D _DEBUG /D _WINDOWS /D _USRDLL /D CGRAPH_EXPORTS /D WIN32_DLL /D YY_NO_UNISTD_H /D _DLL_BLD /D _dll_import /D _WINDLL /Gm /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"Debug\\" /Fd"Debug\vc140.pdb" /Gd /TC /wd4996 /analyze /analyze:plugin"C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\\bin\localespc.dll" /errorReport:queue /analyze:quiet grammar.c scan.c
scan.c
scan.c(836): warning C4244: '=': conversion from 'int' to 'YY_CHAR', possible loss of data [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
scan.c(826): warning C4244: 'initializing': conversion from 'int' to 'YY_CHAR', possible loss of data [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
scan.c(1334): warning C4244: '=': conversion from 'int' to 'YY_CHAR', possible loss of data [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
scan.c(1324): warning C4244: 'initializing': conversion from 'int' to 'YY_CHAR', possible loss of data [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
scan.c(1353): warning C4131: 'yy_try_NUL_trans': uses old-style declarator [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
scan.c(1369): warning C4244: '=': conversion from 'int' to 'YY_CHAR', possible loss of data [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
scan.c(1383): warning C4131: 'yyunput': uses old-style declarator [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
scan.c(1501): warning C4131: 'yyrestart': uses old-style declarator [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
scan.c(1516): warning C4131: 'yy_switch_to_buffer': uses old-style declarator [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
scan.c(1559): warning C4131: 'yy_create_buffer': uses old-style declarator [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
scan.c(1590): warning C4131: 'yy_delete_buffer': uses old-style declarator [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
scan.c(1616): warning C4131: 'yy_init_buffer': uses old-style declarator [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
scan.c(1643): warning C4131: 'yy_flush_buffer': uses old-style declarator [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
scan.c(1674): warning C4131: 'yy_scan_buffer': uses old-style declarator [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
scan.c(1712): warning C4131: 'yy_scan_string': uses old-style declarator [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
scan.c(1729): warning C4131: 'yy_scan_bytes': uses old-style declarator [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
scan.c(1823): warning C4131: 'yy_fatal_error': uses old-style declarator [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
scan.c(1887): warning C4131: 'yy_flex_alloc': uses old-style declarator [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
scan.c(1897): warning C4131: 'yy_flex_realloc': uses old-style declarator [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
scan.c(1915): warning C4131: 'yy_flex_free': uses old-style declarator [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
grammar.c
grammar.c(364): warning C4565: 'malloc': redefinition; the symbol was previously declared with __declspec(restrict) [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
grammar.c(364): warning C4273: 'malloc': inconsistent dll linkage [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
c:\program files (x86)\windows kits\10\include\10.0.10240.0\ucrt\corecrt_malloc.h(97): note: see previous definition of 'malloc'
grammar.c(371): warning C4273: 'free': inconsistent dll linkage [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
c:\program files (x86)\windows kits\10\include\10.0.10240.0\ucrt\corecrt_malloc.h(85): note: see previous definition of 'free'
grammar.c(1317): warning C4244: '=': conversion from 'int' to 'yytype_int16', possible loss of data [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
grammar.c(1406): warning C4013: 'yylex' undefined; assuming extern returning int [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
grammar.y(399): warning C4100: 'x': unreferenced formal parameter [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
Running Code Analysis for C/C++...
Generating Code...
c:\users\chiel.tenbrinke\projects\graphviz\lib\cgraph\grammar.c(1840): warning C4702: unreachable code [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
Link:
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\link.exe /ERRORREPORT:QUEUE /OUT:"C:\Users\Chiel.tenBrinke\Projects\graphviz\Debug\Graphviz\bin\cgraph.dll" /NOLOGO /DEF:"cgraph.def" /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /Debug /PDB:"C:\Users\Chiel.tenBrinke\Projects\graphviz\Debug\Graphviz\bin\cgraph.pdb" /SUBSYSTEM:WINDOWS /TLBID:1 /DYNAMICBASE /IMPLIB:"C:\Users\Chiel.tenBrinke\Projects\graphviz\Debug\Graphviz\bin\cgraph.lib" /MACHINE:X86 /SAFESEH /DLL Debug\agerror.obj
Debug\agxbuf.obj
Debug\apply.obj
Debug\attr.obj
Debug\edge.obj
Debug\flatten.obj
Debug\grammar.obj
Debug\graph.obj
Debug\id.obj
Debug\imap.obj
Debug\io.obj
Debug\mem.obj
Debug\node.obj
Debug\obj.obj
Debug\pend.obj
Debug\rec.obj
Debug\refstr.obj
Debug\scan.obj
Debug\subg.obj
Debug\utils.obj
Debug\write.obj
C:\Users\Chiel.tenBrinke\Projects\graphviz\Debug\Graphviz\bin\cdt.lib
cgraph.vcxproj -> C:\Users\Chiel.tenBrinke\Projects\graphviz\Debug\Graphviz\bin\cgraph.dll
c:\users\chiel.tenbrinke\projects\graphviz\lib\cgraph\agerror.c(54): warning C6387: 'buf' could be '0': this does not adhere to the specification for the function 'fread'. [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
c:\users\chiel.tenbrinke\projects\graphviz\lib\cgraph\agerror.c(55): warning C6011: Dereferencing NULL pointer 'buf'. See line 54 for an earlier location where this can occur [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
c:\users\chiel.tenbrinke\projects\graphviz\lib\cgraph\agerror.c(86): warning C6386: Buffer overrun while writing to 'buf': the writable size is 'bufsz' bytes, but '1' bytes might be written. [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
c:\users\chiel.tenbrinke\projects\graphviz\lib\cgraph\agxbuf.c(38): warning C6011: Dereferencing NULL pointer 'xb->ptr'. [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
c:\users\chiel.tenbrinke\projects\graphviz\lib\cgraph\agxbuf.c(60): warning C6387: 'nbuf' could be '0': this does not adhere to the specification for the function 'memcpy'. [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
c:\users\chiel.tenbrinke\projects\graphviz\lib\cgraph\grammar.c(364): warning C28251: Inconsistent annotation for 'malloc': this instance has no annotations. See c:\program files (x86)\windows kits\10\include\10.0.10240.0\ucrt\corecrt_malloc.h(97). [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
c:\users\chiel.tenbrinke\projects\graphviz\lib\cgraph\grammar.c(371): warning C28251: Inconsistent annotation for 'free': this instance has no annotations. See c:\program files (x86)\windows kits\10\include\10.0.10240.0\ucrt\corecrt_malloc.h(85). [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
c:\users\chiel.tenbrinke\projects\graphviz\lib\cgraph\grammar.c(1396): warning C6385: Reading invalid data from 'yypact': the readable size is '80' bytes, but 'yystate' bytes may be read. [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
c:\users\chiel.tenbrinke\projects\graphviz\lib\cgraph\grammar.c(1476): warning C28199: Using possibly uninitialized memory '*yyvs': The variable has had its address taken but no assignment to it has been discovered. [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
c:\users\chiel.tenbrinke\projects\graphviz\lib\cgraph\grammar.y(459): warning C6387: 'sym' could be '0': this does not adhere to the specification for the function 'strcpy'. [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
c:\users\chiel.tenbrinke\projects\graphviz\lib\cgraph\grammar.y(460): warning C6387: 'sym' could be '0': this does not adhere to the specification for the function 'strcat'. See line 459 for an earlier location where this can occur [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
c:\users\chiel.tenbrinke\projects\graphviz\lib\cgraph\grammar.y(480): warning C6387: 'sym' could be '0': this does not adhere to the specification for the function 'sprintf'. [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
c:\users\chiel.tenbrinke\projects\graphviz\lib\cgraph\id.c(160): warning C6328: Size mismatch: 'unsigned __int64' passed as _Param_(4) when 'int' is required in call to 'sprintf'. [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
c:\users\chiel.tenbrinke\projects\graphviz\lib\cgraph\id.c(160): warning C6340: Mismatch on sign: 'unsigned __int64' passed as _Param_(4) when some signed type is required in call to 'sprintf'. [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
c:\users\chiel.tenbrinke\projects\graphviz\lib\cgraph\mem.c(28): warning C6387: 'rv' could be '0': this does not adhere to the specification for the function 'memset'. [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
c:\users\chiel.tenbrinke\projects\graphviz\lib\cgraph\mem.c(40): warning C6387: '(char *)rv+oldsize' could be '0': this does not adhere to the specification for the function 'memset'. [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
c:\users\chiel.tenbrinke\projects\graphviz\lib\cgraph\pend.c(127): warning C6011: Dereferencing NULL pointer 'dict_ref'. [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
c:\users\chiel.tenbrinke\projects\graphviz\lib\cgraph\refstr.c(115): warning C6011: Dereferencing NULL pointer 'r'. [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
c:\users\chiel.tenbrinke\projects\graphviz\lib\cgraph\refstr.c(141): warning C6011: Dereferencing NULL pointer 'r'. [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
c:\users\chiel.tenbrinke\projects\graphviz\lib\cgraph\scan.l(58): warning C6011: Dereferencing NULL pointer 'Sptr'. [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
c:\users\chiel.tenbrinke\projects\graphviz\lib\cgraph\scan.l(70): warning C6308: 'realloc' might return null pointer: assigning null pointer to 'Sbuf', which is passed as an argument to 'realloc', will cause the original memory block to be leaked. [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
c:\users\chiel.tenbrinke\projects\graphviz\lib\cgraph\scan.l(65): warning C28182: Dereferencing NULL pointer. 'Sptr' contains the same NULL value as 'realloc()`70' did. [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
c:\users\chiel.tenbrinke\projects\graphviz\lib\cgraph\scan.l(94): warning C6308: 'realloc' might return null pointer: assigning null pointer to 'buf', which is passed as an argument to 'realloc', will cause the original memory block to be leaked. [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
c:\users\chiel.tenbrinke\projects\graphviz\lib\cgraph\scan.l(98): warning C28183: 'buf' could be '0', and is a copy of the value found in 'realloc()`94': this does not adhere to the specification for the function 'strcpy'. [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
c:\users\chiel.tenbrinke\projects\graphviz\lib\cgraph\scan.l(98): warning C6387: 'buf' could be '0': this does not adhere to the specification for the function 'strcpy'. [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
c:\users\chiel.tenbrinke\projects\graphviz\lib\cgraph\scan.c(804): warning C28278: Function yy_create_buffer appears with no prototype in scope. Only limited analysis can be performed. Include the appropriate header or add a prototype. This warning also occurs if parameter or return types are omitted in a function definition. [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
c:\users\chiel.tenbrinke\projects\graphviz\lib\cgraph\scan.c(1093): warning C28278: Function yy_try_NUL_trans appears with no prototype in scope. Only limited analysis can be performed. Include the appropriate header or add a prototype. This warning also occurs if parameter or return types are omitted in a function definition. [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
c:\users\chiel.tenbrinke\projects\graphviz\lib\cgraph\scan.c(1138): warning C28278: Function yyrestart appears with no prototype in scope. Only limited analysis can be performed. Include the appropriate header or add a prototype. This warning also occurs if parameter or return types are omitted in a function definition. [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
c:\users\chiel.tenbrinke\projects\graphviz\lib\cgraph\scan.c(1167): warning C28278: Function yy_fatal_error appears with no prototype in scope. Only limited analysis can be performed. Include the appropriate header or add a prototype. This warning also occurs if parameter or return types are omitted in a function definition. [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
c:\users\chiel.tenbrinke\projects\graphviz\lib\cgraph\scan.c(1190): warning C28278: Function yy_fatal_error appears with no prototype in scope. Only limited analysis can be performed. Include the appropriate header or add a prototype. This warning also occurs if parameter or return types are omitted in a function definition. [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
c:\users\chiel.tenbrinke\projects\graphviz\lib\cgraph\scan.c(1255): warning C28278: Function yy_flex_realloc appears with no prototype in scope. Only limited analysis can be performed. Include the appropriate header or add a prototype. This warning also occurs if parameter or return types are omitted in a function definition. [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
c:\users\chiel.tenbrinke\projects\graphviz\lib\cgraph\scan.c(1263): warning C28278: Function yy_fatal_error appears with no prototype in scope. Only limited analysis can be performed. Include the appropriate header or add a prototype. This warning also occurs if parameter or return types are omitted in a function definition. [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
c:\users\chiel.tenbrinke\projects\graphviz\lib\cgraph\scan.c(1277): warning C28278: Function yy_fatal_error appears with no prototype in scope. Only limited analysis can be performed. Include the appropriate header or add a prototype. This warning also occurs if parameter or return types are omitted in a function definition. [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
c:\users\chiel.tenbrinke\projects\graphviz\lib\cgraph\scan.c(1288): warning C28278: Function yyrestart appears with no prototype in scope. Only limited analysis can be performed. Include the appropriate header or add a prototype. This warning also occurs if parameter or return types are omitted in a function definition. [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
c:\users\chiel.tenbrinke\projects\graphviz\lib\cgraph\scan.c(1266): warning C6011: Dereferencing NULL pointer 'b->yy_ch_buf'. [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
c:\users\chiel.tenbrinke\projects\graphviz\lib\cgraph\scan.c(1277): warning C6011: Dereferencing NULL pointer 'yy_current_buffer->yy_ch_buf'. See line 1266 for an earlier location where this can occur [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
c:\users\chiel.tenbrinke\projects\graphviz\lib\cgraph\scan.c(1352): warning C28278: Function yy_try_NUL_trans appears with no prototype in scope. Only limited analysis can be performed. Include the appropriate header or add a prototype. This warning also occurs if parameter or return types are omitted in a function definition. [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
c:\users\chiel.tenbrinke\projects\graphviz\lib\cgraph\scan.c(1382): warning C28278: Function yyunput appears with no prototype in scope. Only limited analysis can be performed. Include the appropriate header or add a prototype. This warning also occurs if parameter or return types are omitted in a function definition. [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
c:\users\chiel.tenbrinke\projects\graphviz\lib\cgraph\scan.c(1410): warning C28278: Function yy_fatal_error appears with no prototype in scope. Only limited analysis can be performed. Include the appropriate header or add a prototype. This warning also occurs if parameter or return types are omitted in a function definition. [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
c:\users\chiel.tenbrinke\projects\graphviz\lib\cgraph\scan.c(1462): warning C28278: Function yyrestart appears with no prototype in scope. Only limited analysis can be performed. Include the appropriate header or add a prototype. This warning also occurs if parameter or return types are omitted in a function definition. [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
c:\users\chiel.tenbrinke\projects\graphviz\lib\cgraph\scan.c(1472): warning C28278: Function yyrestart appears with no prototype in scope. Only limited analysis can be performed. Include the appropriate header or add a prototype. This warning also occurs if parameter or return types are omitted in a function definition. [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
c:\users\chiel.tenbrinke\projects\graphviz\lib\cgraph\scan.c(1500): warning C28278: Function yyrestart appears with no prototype in scope. Only limited analysis can be performed. Include the appropriate header or add a prototype. This warning also occurs if parameter or return types are omitted in a function definition. [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
c:\users\chiel.tenbrinke\projects\graphviz\lib\cgraph\scan.c(1507): warning C28278: Function yy_init_buffer appears with no prototype in scope. Only limited analysis can be performed. Include the appropriate header or add a prototype. This warning also occurs if parameter or return types are omitted in a function definition. [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
c:\users\chiel.tenbrinke\projects\graphviz\lib\cgraph\scan.c(1505): warning C28278: Function yy_create_buffer appears with no prototype in scope. Only limited analysis can be performed. Include the appropriate header or add a prototype. This warning also occurs if parameter or return types are omitted in a function definition. [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
c:\users\chiel.tenbrinke\projects\graphviz\lib\cgraph\scan.c(1515): warning C28278: Function yy_switch_to_buffer appears with no prototype in scope. Only limited analysis can be performed. Include the appropriate header or add a prototype. This warning also occurs if parameter or return types are omitted in a function definition. [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
c:\users\chiel.tenbrinke\projects\graphviz\lib\cgraph\scan.c(1558): warning C28278: Function yy_create_buffer appears with no prototype in scope. Only limited analysis can be performed. Include the appropriate header or add a prototype. This warning also occurs if parameter or return types are omitted in a function definition. [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
c:\users\chiel.tenbrinke\projects\graphviz\lib\cgraph\scan.c(1565): warning C28278: Function yy_flex_alloc appears with no prototype in scope. Only limited analysis can be performed. Include the appropriate header or add a prototype. This warning also occurs if parameter or return types are omitted in a function definition. [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
c:\users\chiel.tenbrinke\projects\graphviz\lib\cgraph\scan.c(1574): warning C28278: Function yy_flex_alloc appears with no prototype in scope. Only limited analysis can be performed. Include the appropriate header or add a prototype. This warning also occurs if parameter or return types are omitted in a function definition. [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
c:\users\chiel.tenbrinke\projects\graphviz\lib\cgraph\scan.c(1567): warning C28278: Function yy_fatal_error appears with no prototype in scope. Only limited analysis can be performed. Include the appropriate header or add a prototype. This warning also occurs if parameter or return types are omitted in a function definition. [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
c:\users\chiel.tenbrinke\projects\graphviz\lib\cgraph\scan.c(1580): warning C28278: Function yy_init_buffer appears with no prototype in scope. Only limited analysis can be performed. Include the appropriate header or add a prototype. This warning also occurs if parameter or return types are omitted in a function definition. [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
c:\users\chiel.tenbrinke\projects\graphviz\lib\cgraph\scan.c(1576): warning C28278: Function yy_fatal_error appears with no prototype in scope. Only limited analysis can be performed. Include the appropriate header or add a prototype. This warning also occurs if parameter or return types are omitted in a function definition. [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
c:\users\chiel.tenbrinke\projects\graphviz\lib\cgraph\scan.c(1569): warning C6011: Dereferencing NULL pointer 'b'. [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
c:\users\chiel.tenbrinke\projects\graphviz\lib\cgraph\scan.c(1589): warning C28278: Function yy_delete_buffer appears with no prototype in scope. Only limited analysis can be performed. Include the appropriate header or add a prototype. This warning also occurs if parameter or return types are omitted in a function definition. [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
c:\users\chiel.tenbrinke\projects\graphviz\lib\cgraph\scan.c(1602): warning C28278: Function yy_flex_free appears with no prototype in scope. Only limited analysis can be performed. Include the appropriate header or add a prototype. This warning also occurs if parameter or return types are omitted in a function definition. [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
c:\users\chiel.tenbrinke\projects\graphviz\lib\cgraph\scan.c(1600): warning C28278: Function yy_flex_free appears with no prototype in scope. Only limited analysis can be performed. Include the appropriate header or add a prototype. This warning also occurs if parameter or return types are omitted in a function definition. [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
c:\users\chiel.tenbrinke\projects\graphviz\lib\cgraph\scan.c(1633): warning C6326: Potential comparison of a constant with another constant. [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
c:\users\chiel.tenbrinke\projects\graphviz\lib\cgraph\scan.c(1615): warning C28278: Function yy_init_buffer appears with no prototype in scope. Only limited analysis can be performed. Include the appropriate header or add a prototype. This warning also occurs if parameter or return types are omitted in a function definition. [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
c:\users\chiel.tenbrinke\projects\graphviz\lib\cgraph\scan.c(1622): warning C28278: Function yy_flush_buffer appears with no prototype in scope. Only limited analysis can be performed. Include the appropriate header or add a prototype. This warning also occurs if parameter or return types are omitted in a function definition. [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
c:\users\chiel.tenbrinke\projects\graphviz\lib\cgraph\scan.c(1642): warning C28278: Function yy_flush_buffer appears with no prototype in scope. Only limited analysis can be performed. Include the appropriate header or add a prototype. This warning also occurs if parameter or return types are omitted in a function definition. [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
c:\users\chiel.tenbrinke\projects\graphviz\lib\cgraph\scan.c(1673): warning C28278: Function yy_scan_buffer appears with no prototype in scope. Only limited analysis can be performed. Include the appropriate header or add a prototype. This warning also occurs if parameter or return types are omitted in a function definition. [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
c:\users\chiel.tenbrinke\projects\graphviz\lib\cgraph\scan.c(1686): warning C28278: Function yy_flex_alloc appears with no prototype in scope. Only limited analysis can be performed. Include the appropriate header or add a prototype. This warning also occurs if parameter or return types are omitted in a function definition. [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
c:\users\chiel.tenbrinke\projects\graphviz\lib\cgraph\scan.c(1700): warning C28278: Function yy_switch_to_buffer appears with no prototype in scope. Only limited analysis can be performed. Include the appropriate header or add a prototype. This warning also occurs if parameter or return types are omitted in a function definition. [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
c:\users\chiel.tenbrinke\projects\graphviz\lib\cgraph\scan.c(1688): warning C28278: Function yy_fatal_error appears with no prototype in scope. Only limited analysis can be performed. Include the appropriate header or add a prototype. This warning also occurs if parameter or return types are omitted in a function definition. [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
c:\users\chiel.tenbrinke\projects\graphviz\lib\cgraph\scan.c(1690): warning C6011: Dereferencing NULL pointer 'b'. [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
c:\users\chiel.tenbrinke\projects\graphviz\lib\cgraph\scan.c(1711): warning C28278: Function yy_scan_string appears with no prototype in scope. Only limited analysis can be performed. Include the appropriate header or add a prototype. This warning also occurs if parameter or return types are omitted in a function definition. [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
c:\users\chiel.tenbrinke\projects\graphviz\lib\cgraph\scan.c(1719): warning C28278: Function yy_scan_bytes appears with no prototype in scope. Only limited analysis can be performed. Include the appropriate header or add a prototype. This warning also occurs if parameter or return types are omitted in a function definition. [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
c:\users\chiel.tenbrinke\projects\graphviz\lib\cgraph\scan.c(1728): warning C28278: Function yy_scan_bytes appears with no prototype in scope. Only limited analysis can be performed. Include the appropriate header or add a prototype. This warning also occurs if parameter or return types are omitted in a function definition. [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
c:\users\chiel.tenbrinke\projects\graphviz\lib\cgraph\scan.c(1740): warning C28278: Function yy_flex_alloc appears with no prototype in scope. Only limited analysis can be performed. Include the appropriate header or add a prototype. This warning also occurs if parameter or return types are omitted in a function definition. [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
c:\users\chiel.tenbrinke\projects\graphviz\lib\cgraph\scan.c(1742): warning C28278: Function yy_fatal_error appears with no prototype in scope. Only limited analysis can be performed. Include the appropriate header or add a prototype. This warning also occurs if parameter or return types are omitted in a function definition. [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
c:\users\chiel.tenbrinke\projects\graphviz\lib\cgraph\scan.c(1749): warning C28278: Function yy_scan_buffer appears with no prototype in scope. Only limited analysis can be performed. Include the appropriate header or add a prototype. This warning also occurs if parameter or return types are omitted in a function definition. [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
c:\users\chiel.tenbrinke\projects\graphviz\lib\cgraph\scan.c(1751): warning C28278: Function yy_fatal_error appears with no prototype in scope. Only limited analysis can be performed. Include the appropriate header or add a prototype. This warning also occurs if parameter or return types are omitted in a function definition. [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
c:\users\chiel.tenbrinke\projects\graphviz\lib\cgraph\scan.c(1756): warning C6011: Dereferencing NULL pointer 'b'. [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
c:\users\chiel.tenbrinke\projects\graphviz\lib\cgraph\scan.c(1747): warning C6011: Dereferencing NULL pointer 'buf'. [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
c:\users\chiel.tenbrinke\projects\graphviz\lib\cgraph\scan.c(1822): warning C28278: Function yy_fatal_error appears with no prototype in scope. Only limited analysis can be performed. Include the appropriate header or add a prototype. This warning also occurs if parameter or return types are omitted in a function definition. [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
c:\users\chiel.tenbrinke\projects\graphviz\lib\cgraph\scan.c(1886): warning C28278: Function yy_flex_alloc appears with no prototype in scope. Only limited analysis can be performed. Include the appropriate header or add a prototype. This warning also occurs if parameter or return types are omitted in a function definition. [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
c:\users\chiel.tenbrinke\projects\graphviz\lib\cgraph\scan.c(1896): warning C28278: Function yy_flex_realloc appears with no prototype in scope. Only limited analysis can be performed. Include the appropriate header or add a prototype. This warning also occurs if parameter or return types are omitted in a function definition. [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
c:\users\chiel.tenbrinke\projects\graphviz\lib\cgraph\scan.c(1914): warning C28278: Function yy_flex_free appears with no prototype in scope. Only limited analysis can be performed. Include the appropriate header or add a prototype. This warning also occurs if parameter or return types are omitted in a function definition. [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
c:\users\chiel.tenbrinke\projects\graphviz\lib\cgraph\scan.l(281): warning C28278: Function yyunput appears with no prototype in scope. Only limited analysis can be performed. Include the appropriate header or add a prototype. This warning also occurs if parameter or return types are omitted in a function definition. [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
c:\users\chiel.tenbrinke\projects\graphviz\lib\cgraph\scan.l(283): warning C28278: Function yy_flush_buffer appears with no prototype in scope. Only limited analysis can be performed. Include the appropriate header or add a prototype. This warning also occurs if parameter or return types are omitted in a function definition. [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
c:\users\chiel.tenbrinke\projects\graphviz\lib\cgraph\write.c(124): warning C6330: 'char' passed as _Param_(1) when 'unsigned char' is required in call to 'isalnum'. [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
c:\users\chiel.tenbrinke\projects\graphviz\lib\cgraph\write.c(131): warning C6330: 'char' passed as _Param_(1) when 'unsigned char' is required in call to 'isalnum'. [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
c:\users\chiel.tenbrinke\projects\graphviz\lib\cgraph\write.c(194): warning C6308: 'realloc' might return null pointer: assigning null pointer to 'rv', which is passed as an argument to 'realloc', will cause the original memory block to be leaked. [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
c:\users\chiel.tenbrinke\projects\graphviz\lib\cgraph\write.c(522): warning C6328: Size mismatch: 'unsigned __int64' passed as _Param_(3) when 'int' is required in call to 'sprintf'. [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
c:\users\chiel.tenbrinke\projects\graphviz\lib\cgraph\write.c(522): warning C6340: Mismatch on sign: 'unsigned __int64' passed as _Param_(3) when some signed type is required in call to 'sprintf'. [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
c:\users\chiel.tenbrinke\projects\graphviz\lib\cgraph\write.c(681): warning C6330: 'char' passed as _Param_(1) when 'unsigned char' is required in call to 'isdigit'. [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
FinalizeBuildStatus:
Deleting file "Debug\cgraph.tlog\unsuccessfulbuild".
Touching "Debug\cgraph.tlog\cgraph.lastbuildstate".
Done Building Project "C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj" (default targets).
InitializeBuildStatus:
Creating "Debug\xdot.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
ClCompile:
All outputs are up-to-date.
Lib:
All outputs are up-to-date.
xdot.vcxproj -> C:\Users\Chiel.tenBrinke\Projects\graphviz\Debug\Graphviz\bin\xdot.lib
RunMergeNativeCodeAnalysis:
Skipping target "RunMergeNativeCodeAnalysis" because all output files are up-to-date with respect to the input files.
RunNativeCodeAnalysis:
Skipping target "RunNativeCodeAnalysis" because all output files are up-to-date with respect to the input files.
FinalizeBuildStatus:
Deleting file "Debug\xdot.tlog\unsuccessfulbuild".
Touching "Debug\xdot.tlog\xdot.lastbuildstate".
Done Building Project "C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\xdot\xdot.vcxproj" (default targets).
InitializeBuildStatus:
Touching "Debug\gvc.tlog\unsuccessfulbuild".
PreBuildEvent:
bison -dy common\htmlparse.y -o common\htmlparse-intermediate.c
sed "s/yy/html/g" < common\htmlparse-intermediate.c > common\htmlparse.c
sed "s/yy/html/g" < common\htmlparse-intermediate.h > common\htmlparse.h
del common\htmlparse-intermediate.c
del common\htmlparse-intermediate.h
:VCEnd
conflicts: 2 shift/reduce
ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\CL.exe /c /IC:\Users\Chiel.tenBrinke\Projects\graphviz\windows\include /IC:\Users\Chiel.tenBrinke\Projects\graphviz\windows\dependencies\rxspencer\include\rxspencer /IC:\Users\Chiel.tenBrinke\Projects\graphviz\windows\dependencies\GTK2\include /IC:\Users\Chiel.tenBrinke\Projects\graphviz\windows\dependencies\expat\Source\lib /IC:\Users\Chiel.tenBrinke\Projects\graphviz\windows\dependencies\libtool\include /IC:\Users\Chiel.tenBrinke\Projects\graphviz\ /IC:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cdt /IC:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph /IC:\Users\Chiel.tenBrinke\Projects\graphviz\lib\common /IC:\Users\Chiel.tenBrinke\Projects\graphviz\lib\fdpgen /IC:\Users\Chiel.tenBrinke\Projects\graphviz\lib\label /IC:\Users\Chiel.tenBrinke\Projects\graphviz\lib\pathplan /IC:\Users\Chiel.tenBrinke\Projects\graphviz\lib\gvc /IC:\Users\Chiel.tenBrinke\Projects\graphviz\lib\xdot /ZI /nologo /W4 /WX- /Od /Oy- /D CODE_ANALYSIS /D MSWIN32 /D WIN32 /D _DEBUG /D _WINDOWS /D _USRDLL /D GVC_EXPORTS /D WIN32_DLL /D _WINDLL /Gm /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"Debug\\" /Fd"Debug\vc140.pdb" /Gd /TC /wd4996 /analyze /analyze:plugin"C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\\bin\localespc.dll" /errorReport:queue /analyze:quiet common\htmllex.c common\htmlparse.c common\utils.c
utils.c
c:\users\chiel.tenbrinke\projects\graphviz\lib\common\utils.c(22): fatal error C1083: Cannot open include file: 'libltdl/lt_system.h': No such file or directory [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\gvc.vcxproj]
htmlparse.c
common\htmlparse.y(42): warning C4100: 'ds': unreferenced formal parameter [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\gvc.vcxproj]
common\htmlparse.y(42): warning C4100: 'd': unreferenced formal parameter [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\gvc.vcxproj]
common\htmlparse.y(53): warning C4100: 'ds': unreferenced formal parameter [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\gvc.vcxproj]
common\htmlparse.y(53): warning C4100: 'd': unreferenced formal parameter [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\gvc.vcxproj]
common\htmlparse.y(85): warning C4100: 'ds': unreferenced formal parameter [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\gvc.vcxproj]
common\htmlparse.y(85): warning C4100: 'd': unreferenced formal parameter [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\gvc.vcxproj]
common\htmlparse.y(125): warning C4100: 'ds': unreferenced formal parameter [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\gvc.vcxproj]
common\htmlparse.y(125): warning C4100: 'd': unreferenced formal parameter [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\gvc.vcxproj]
common\htmlparse.y(133): warning C4100: 'ds': unreferenced formal parameter [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\gvc.vcxproj]
common\htmlparse.y(133): warning C4100: 'd': unreferenced formal parameter [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\gvc.vcxproj]
common\htmlparse.y(198): warning C4244: '=': conversion from 'int' to 'char', possible loss of data [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\gvc.vcxproj]
common\htmlparse.y(201): warning C4244: '=': conversion from 'int' to 'short', possible loss of data [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\gvc.vcxproj]
common\htmlparse.y(237): warning C4244: '=': conversion from 'int' to 'short', possible loss of data [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\gvc.vcxproj]
common\htmlparse.y(286): warning C4244: '=': conversion from 'int' to 'char', possible loss of data [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\gvc.vcxproj]
common\htmlparse.y(305): warning C4244: '=': conversion from 'int' to 'char', possible loss of data [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\gvc.vcxproj]
common\htmlparse-intermediate.c(756): warning C4565: 'malloc': redefinition; the symbol was previously declared with __declspec(restrict) [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\gvc.vcxproj]
common\htmlparse-intermediate.c(756): warning C4273: 'malloc': inconsistent dll linkage [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\gvc.vcxproj]
c:\program files (x86)\windows kits\10\include\10.0.10240.0\ucrt\corecrt_malloc.h(97): note: see previous definition of 'malloc'
common\htmlparse-intermediate.c(763): warning C4273: 'free': inconsistent dll linkage [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\gvc.vcxproj]
c:\program files (x86)\windows kits\10\include\10.0.10240.0\ucrt\corecrt_malloc.h(85): note: see previous definition of 'free'
common\htmlparse-intermediate.c(1777): warning C4244: '=': conversion from 'int' to 'htmltype_int16', possible loss of data [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\gvc.vcxproj]
htmllex.c
c:\users\chiel.tenbrinke\projects\graphviz\lib\common\htmllex.c(768): warning C4100: 'env': unreferenced formal parameter [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\gvc.vcxproj]
c:\users\chiel.tenbrinke\projects\graphviz\lib\common\htmllex.c(768): warning C4100: 'xb': unreferenced formal parameter [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\gvc.vcxproj]
c:\users\chiel.tenbrinke\projects\graphviz\lib\common\htmllex.c(768): warning C4100: 'src': unreferenced formal parameter [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\gvc.vcxproj]
Running Code Analysis for C/C++...
Generating Code...
c:\users\chiel.tenbrinke\projects\graphviz\lib\common\htmlparse-intermediate.c(2422): warning C4702: unreachable code [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\gvc.vcxproj]
c:\users\chiel.tenbrinke\projects\graphviz\lib\common\htmlparse.y(323): warning C4706: assignment within conditional expression [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\gvc.vcxproj]
Done Building Project "C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\gvc.vcxproj" (default targets) -- FAILED.
Done Building Project "C:\Users\Chiel.tenBrinke\Projects\graphviz\graphviz.sln" (gvc target(s)) -- FAILED.

Build FAILED.

"C:\Users\Chiel.tenBrinke\Projects\graphviz\graphviz.sln" (gvc target) (1) ->
"C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\gvc.vcxproj" (default target) (2) ->
"C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\xdot\xdot.vcxproj" (default target) (6) ->
"C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj" (default target) (7) ->
(ClCompile target) ->
scan.c(836): warning C4244: '=': conversion from 'int' to 'YY_CHAR', possible loss of data [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
scan.c(826): warning C4244: 'initializing': conversion from 'int' to 'YY_CHAR', possible loss of data [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
scan.c(1334): warning C4244: '=': conversion from 'int' to 'YY_CHAR', possible loss of data [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
scan.c(1324): warning C4244: 'initializing': conversion from 'int' to 'YY_CHAR', possible loss of data [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
scan.c(1353): warning C4131: 'yy_try_NUL_trans': uses old-style declarator [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
scan.c(1369): warning C4244: '=': conversion from 'int' to 'YY_CHAR', possible loss of data [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
scan.c(1383): warning C4131: 'yyunput': uses old-style declarator [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
scan.c(1501): warning C4131: 'yyrestart': uses old-style declarator [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
scan.c(1516): warning C4131: 'yy_switch_to_buffer': uses old-style declarator [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
scan.c(1559): warning C4131: 'yy_create_buffer': uses old-style declarator [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
scan.c(1590): warning C4131: 'yy_delete_buffer': uses old-style declarator [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
scan.c(1616): warning C4131: 'yy_init_buffer': uses old-style declarator [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
scan.c(1643): warning C4131: 'yy_flush_buffer': uses old-style declarator [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
scan.c(1674): warning C4131: 'yy_scan_buffer': uses old-style declarator [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
scan.c(1712): warning C4131: 'yy_scan_string': uses old-style declarator [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
scan.c(1729): warning C4131: 'yy_scan_bytes': uses old-style declarator [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
scan.c(1823): warning C4131: 'yy_fatal_error': uses old-style declarator [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
scan.c(1887): warning C4131: 'yy_flex_alloc': uses old-style declarator [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
scan.c(1897): warning C4131: 'yy_flex_realloc': uses old-style declarator [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
scan.c(1915): warning C4131: 'yy_flex_free': uses old-style declarator [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
grammar.c(364): warning C4565: 'malloc': redefinition; the symbol was previously declared with __declspec(restrict) [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
grammar.c(364): warning C4273: 'malloc': inconsistent dll linkage [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
grammar.c(371): warning C4273: 'free': inconsistent dll linkage [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
grammar.c(1317): warning C4244: '=': conversion from 'int' to 'yytype_int16', possible loss of data [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
grammar.c(1406): warning C4013: 'yylex' undefined; assuming extern returning int [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
grammar.y(399): warning C4100: 'x': unreferenced formal parameter [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
c:\users\chiel.tenbrinke\projects\graphviz\lib\cgraph\grammar.c(1840): warning C4702: unreachable code [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]


"C:\Users\Chiel.tenBrinke\Projects\graphviz\graphviz.sln" (gvc target) (1) ->
"C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\gvc.vcxproj" (default target) (2) ->
"C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\xdot\xdot.vcxproj" (default target) (6) ->
"C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj" (default target) (7) ->
(RunNativeCodeAnalysis target) ->
c:\users\chiel.tenbrinke\projects\graphviz\lib\cgraph\agerror.c(54): warning C6387: 'buf' could be '0': this does not adhere to the specification for the function 'fread'. [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
c:\users\chiel.tenbrinke\projects\graphviz\lib\cgraph\agerror.c(55): warning C6011: Dereferencing NULL pointer 'buf'. See line 54 for an earlier location where this can occur [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
c:\users\chiel.tenbrinke\projects\graphviz\lib\cgraph\agerror.c(86): warning C6386: Buffer overrun while writing to 'buf': the writable size is 'bufsz' bytes, but '1' bytes might be written. [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
c:\users\chiel.tenbrinke\projects\graphviz\lib\cgraph\agxbuf.c(38): warning C6011: Dereferencing NULL pointer 'xb->ptr'. [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
c:\users\chiel.tenbrinke\projects\graphviz\lib\cgraph\agxbuf.c(60): warning C6387: 'nbuf' could be '0': this does not adhere to the specification for the function 'memcpy'. [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
c:\users\chiel.tenbrinke\projects\graphviz\lib\cgraph\grammar.c(364): warning C28251: Inconsistent annotation for 'malloc': this instance has no annotations. See c:\program files (x86)\windows kits\10\include\10.0.10240.0\ucrt\corecrt_malloc.h(97). [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
c:\users\chiel.tenbrinke\projects\graphviz\lib\cgraph\grammar.c(371): warning C28251: Inconsistent annotation for 'free': this instance has no annotations. See c:\program files (x86)\windows kits\10\include\10.0.10240.0\ucrt\corecrt_malloc.h(85). [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
c:\users\chiel.tenbrinke\projects\graphviz\lib\cgraph\grammar.c(1396): warning C6385: Reading invalid data from 'yypact': the readable size is '80' bytes, but 'yystate' bytes may be read. [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
c:\users\chiel.tenbrinke\projects\graphviz\lib\cgraph\grammar.c(1476): warning C28199: Using possibly uninitialized memory '*yyvs': The variable has had its address taken but no assignment to it has been discovered. [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
c:\users\chiel.tenbrinke\projects\graphviz\lib\cgraph\grammar.y(459): warning C6387: 'sym' could be '0': this does not adhere to the specification for the function 'strcpy'. [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
c:\users\chiel.tenbrinke\projects\graphviz\lib\cgraph\grammar.y(460): warning C6387: 'sym' could be '0': this does not adhere to the specification for the function 'strcat'. See line 459 for an earlier location where this can occur [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
c:\users\chiel.tenbrinke\projects\graphviz\lib\cgraph\grammar.y(480): warning C6387: 'sym' could be '0': this does not adhere to the specification for the function 'sprintf'. [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
c:\users\chiel.tenbrinke\projects\graphviz\lib\cgraph\id.c(160): warning C6328: Size mismatch: 'unsigned __int64' passed as _Param_(4) when 'int' is required in call to 'sprintf'. [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
c:\users\chiel.tenbrinke\projects\graphviz\lib\cgraph\id.c(160): warning C6340: Mismatch on sign: 'unsigned __int64' passed as _Param_(4) when some signed type is required in call to 'sprintf'. [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
c:\users\chiel.tenbrinke\projects\graphviz\lib\cgraph\mem.c(28): warning C6387: 'rv' could be '0': this does not adhere to the specification for the function 'memset'. [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
c:\users\chiel.tenbrinke\projects\graphviz\lib\cgraph\mem.c(40): warning C6387: '(char *)rv+oldsize' could be '0': this does not adhere to the specification for the function 'memset'. [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
c:\users\chiel.tenbrinke\projects\graphviz\lib\cgraph\pend.c(127): warning C6011: Dereferencing NULL pointer 'dict_ref'. [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
c:\users\chiel.tenbrinke\projects\graphviz\lib\cgraph\refstr.c(115): warning C6011: Dereferencing NULL pointer 'r'. [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
c:\users\chiel.tenbrinke\projects\graphviz\lib\cgraph\refstr.c(141): warning C6011: Dereferencing NULL pointer 'r'. [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
c:\users\chiel.tenbrinke\projects\graphviz\lib\cgraph\scan.l(58): warning C6011: Dereferencing NULL pointer 'Sptr'. [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
c:\users\chiel.tenbrinke\projects\graphviz\lib\cgraph\scan.l(70): warning C6308: 'realloc' might return null pointer: assigning null pointer to 'Sbuf', which is passed as an argument to 'realloc', will cause the original memory block to be leaked. [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
c:\users\chiel.tenbrinke\projects\graphviz\lib\cgraph\scan.l(65): warning C28182: Dereferencing NULL pointer. 'Sptr' contains the same NULL value as 'realloc()`70' did. [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
c:\users\chiel.tenbrinke\projects\graphviz\lib\cgraph\scan.l(94): warning C6308: 'realloc' might return null pointer: assigning null pointer to 'buf', which is passed as an argument to 'realloc', will cause the original memory block to be leaked. [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
c:\users\chiel.tenbrinke\projects\graphviz\lib\cgraph\scan.l(98): warning C28183: 'buf' could be '0', and is a copy of the value found in 'realloc()`94': this does not adhere to the specification for the function 'strcpy'. [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
c:\users\chiel.tenbrinke\projects\graphviz\lib\cgraph\scan.l(98): warning C6387: 'buf' could be '0': this does not adhere to the specification for the function 'strcpy'. [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
c:\users\chiel.tenbrinke\projects\graphviz\lib\cgraph\scan.c(804): warning C28278: Function yy_create_buffer appears with no prototype in scope. Only limited analysis can be performed. Include the appropriate header or add a prototype. This warning also occurs if parameter or return types are omitted in a function definition. [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
c:\users\chiel.tenbrinke\projects\graphviz\lib\cgraph\scan.c(1093): warning C28278: Function yy_try_NUL_trans appears with no prototype in scope. Only limited analysis can be performed. Include the appropriate header or add a prototype. This warning also occurs if parameter or return types are omitted in a function definition. [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
c:\users\chiel.tenbrinke\projects\graphviz\lib\cgraph\scan.c(1138): warning C28278: Function yyrestart appears with no prototype in scope. Only limited analysis can be performed. Include the appropriate header or add a prototype. This warning also occurs if parameter or return types are omitted in a function definition. [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
c:\users\chiel.tenbrinke\projects\graphviz\lib\cgraph\scan.c(1167): warning C28278: Function yy_fatal_error appears with no prototype in scope. Only limited analysis can be performed. Include the appropriate header or add a prototype. This warning also occurs if parameter or return types are omitted in a function definition. [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
c:\users\chiel.tenbrinke\projects\graphviz\lib\cgraph\scan.c(1190): warning C28278: Function yy_fatal_error appears with no prototype in scope. Only limited analysis can be performed. Include the appropriate header or add a prototype. This warning also occurs if parameter or return types are omitted in a function definition. [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
c:\users\chiel.tenbrinke\projects\graphviz\lib\cgraph\scan.c(1255): warning C28278: Function yy_flex_realloc appears with no prototype in scope. Only limited analysis can be performed. Include the appropriate header or add a prototype. This warning also occurs if parameter or return types are omitted in a function definition. [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
c:\users\chiel.tenbrinke\projects\graphviz\lib\cgraph\scan.c(1263): warning C28278: Function yy_fatal_error appears with no prototype in scope. Only limited analysis can be performed. Include the appropriate header or add a prototype. This warning also occurs if parameter or return types are omitted in a function definition. [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
c:\users\chiel.tenbrinke\projects\graphviz\lib\cgraph\scan.c(1277): warning C28278: Function yy_fatal_error appears with no prototype in scope. Only limited analysis can be performed. Include the appropriate header or add a prototype. This warning also occurs if parameter or return types are omitted in a function definition. [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
c:\users\chiel.tenbrinke\projects\graphviz\lib\cgraph\scan.c(1288): warning C28278: Function yyrestart appears with no prototype in scope. Only limited analysis can be performed. Include the appropriate header or add a prototype. This warning also occurs if parameter or return types are omitted in a function definition. [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
c:\users\chiel.tenbrinke\projects\graphviz\lib\cgraph\scan.c(1266): warning C6011: Dereferencing NULL pointer 'b->yy_ch_buf'. [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
c:\users\chiel.tenbrinke\projects\graphviz\lib\cgraph\scan.c(1277): warning C6011: Dereferencing NULL pointer 'yy_current_buffer->yy_ch_buf'. See line 1266 for an earlier location where this can occur [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
c:\users\chiel.tenbrinke\projects\graphviz\lib\cgraph\scan.c(1352): warning C28278: Function yy_try_NUL_trans appears with no prototype in scope. Only limited analysis can be performed. Include the appropriate header or add a prototype. This warning also occurs if parameter or return types are omitted in a function definition. [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
c:\users\chiel.tenbrinke\projects\graphviz\lib\cgraph\scan.c(1382): warning C28278: Function yyunput appears with no prototype in scope. Only limited analysis can be performed. Include the appropriate header or add a prototype. This warning also occurs if parameter or return types are omitted in a function definition. [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
c:\users\chiel.tenbrinke\projects\graphviz\lib\cgraph\scan.c(1410): warning C28278: Function yy_fatal_error appears with no prototype in scope. Only limited analysis can be performed. Include the appropriate header or add a prototype. This warning also occurs if parameter or return types are omitted in a function definition. [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
c:\users\chiel.tenbrinke\projects\graphviz\lib\cgraph\scan.c(1462): warning C28278: Function yyrestart appears with no prototype in scope. Only limited analysis can be performed. Include the appropriate header or add a prototype. This warning also occurs if parameter or return types are omitted in a function definition. [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
c:\users\chiel.tenbrinke\projects\graphviz\lib\cgraph\scan.c(1472): warning C28278: Function yyrestart appears with no prototype in scope. Only limited analysis can be performed. Include the appropriate header or add a prototype. This warning also occurs if parameter or return types are omitted in a function definition. [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
c:\users\chiel.tenbrinke\projects\graphviz\lib\cgraph\scan.c(1500): warning C28278: Function yyrestart appears with no prototype in scope. Only limited analysis can be performed. Include the appropriate header or add a prototype. This warning also occurs if parameter or return types are omitted in a function definition. [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
c:\users\chiel.tenbrinke\projects\graphviz\lib\cgraph\scan.c(1507): warning C28278: Function yy_init_buffer appears with no prototype in scope. Only limited analysis can be performed. Include the appropriate header or add a prototype. This warning also occurs if parameter or return types are omitted in a function definition. [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
c:\users\chiel.tenbrinke\projects\graphviz\lib\cgraph\scan.c(1505): warning C28278: Function yy_create_buffer appears with no prototype in scope. Only limited analysis can be performed. Include the appropriate header or add a prototype. This warning also occurs if parameter or return types are omitted in a function definition. [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
c:\users\chiel.tenbrinke\projects\graphviz\lib\cgraph\scan.c(1515): warning C28278: Function yy_switch_to_buffer appears with no prototype in scope. Only limited analysis can be performed. Include the appropriate header or add a prototype. This warning also occurs if parameter or return types are omitted in a function definition. [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
c:\users\chiel.tenbrinke\projects\graphviz\lib\cgraph\scan.c(1558): warning C28278: Function yy_create_buffer appears with no prototype in scope. Only limited analysis can be performed. Include the appropriate header or add a prototype. This warning also occurs if parameter or return types are omitted in a function definition. [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
c:\users\chiel.tenbrinke\projects\graphviz\lib\cgraph\scan.c(1565): warning C28278: Function yy_flex_alloc appears with no prototype in scope. Only limited analysis can be performed. Include the appropriate header or add a prototype. This warning also occurs if parameter or return types are omitted in a function definition. [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
c:\users\chiel.tenbrinke\projects\graphviz\lib\cgraph\scan.c(1574): warning C28278: Function yy_flex_alloc appears with no prototype in scope. Only limited analysis can be performed. Include the appropriate header or add a prototype. This warning also occurs if parameter or return types are omitted in a function definition. [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
c:\users\chiel.tenbrinke\projects\graphviz\lib\cgraph\scan.c(1567): warning C28278: Function yy_fatal_error appears with no prototype in scope. Only limited analysis can be performed. Include the appropriate header or add a prototype. This warning also occurs if parameter or return types are omitted in a function definition. [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
c:\users\chiel.tenbrinke\projects\graphviz\lib\cgraph\scan.c(1580): warning C28278: Function yy_init_buffer appears with no prototype in scope. Only limited analysis can be performed. Include the appropriate header or add a prototype. This warning also occurs if parameter or return types are omitted in a function definition. [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
c:\users\chiel.tenbrinke\projects\graphviz\lib\cgraph\scan.c(1576): warning C28278: Function yy_fatal_error appears with no prototype in scope. Only limited analysis can be performed. Include the appropriate header or add a prototype. This warning also occurs if parameter or return types are omitted in a function definition. [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
c:\users\chiel.tenbrinke\projects\graphviz\lib\cgraph\scan.c(1569): warning C6011: Dereferencing NULL pointer 'b'. [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
c:\users\chiel.tenbrinke\projects\graphviz\lib\cgraph\scan.c(1589): warning C28278: Function yy_delete_buffer appears with no prototype in scope. Only limited analysis can be performed. Include the appropriate header or add a prototype. This warning also occurs if parameter or return types are omitted in a function definition. [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
c:\users\chiel.tenbrinke\projects\graphviz\lib\cgraph\scan.c(1602): warning C28278: Function yy_flex_free appears with no prototype in scope. Only limited analysis can be performed. Include the appropriate header or add a prototype. This warning also occurs if parameter or return types are omitted in a function definition. [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
c:\users\chiel.tenbrinke\projects\graphviz\lib\cgraph\scan.c(1600): warning C28278: Function yy_flex_free appears with no prototype in scope. Only limited analysis can be performed. Include the appropriate header or add a prototype. This warning also occurs if parameter or return types are omitted in a function definition. [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
c:\users\chiel.tenbrinke\projects\graphviz\lib\cgraph\scan.c(1633): warning C6326: Potential comparison of a constant with another constant. [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
c:\users\chiel.tenbrinke\projects\graphviz\lib\cgraph\scan.c(1615): warning C28278: Function yy_init_buffer appears with no prototype in scope. Only limited analysis can be performed. Include the appropriate header or add a prototype. This warning also occurs if parameter or return types are omitted in a function definition. [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
c:\users\chiel.tenbrinke\projects\graphviz\lib\cgraph\scan.c(1622): warning C28278: Function yy_flush_buffer appears with no prototype in scope. Only limited analysis can be performed. Include the appropriate header or add a prototype. This warning also occurs if parameter or return types are omitted in a function definition. [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
c:\users\chiel.tenbrinke\projects\graphviz\lib\cgraph\scan.c(1642): warning C28278: Function yy_flush_buffer appears with no prototype in scope. Only limited analysis can be performed. Include the appropriate header or add a prototype. This warning also occurs if parameter or return types are omitted in a function definition. [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
c:\users\chiel.tenbrinke\projects\graphviz\lib\cgraph\scan.c(1673): warning C28278: Function yy_scan_buffer appears with no prototype in scope. Only limited analysis can be performed. Include the appropriate header or add a prototype. This warning also occurs if parameter or return types are omitted in a function definition. [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
c:\users\chiel.tenbrinke\projects\graphviz\lib\cgraph\scan.c(1686): warning C28278: Function yy_flex_alloc appears with no prototype in scope. Only limited analysis can be performed. Include the appropriate header or add a prototype. This warning also occurs if parameter or return types are omitted in a function definition. [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
c:\users\chiel.tenbrinke\projects\graphviz\lib\cgraph\scan.c(1700): warning C28278: Function yy_switch_to_buffer appears with no prototype in scope. Only limited analysis can be performed. Include the appropriate header or add a prototype. This warning also occurs if parameter or return types are omitted in a function definition. [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
c:\users\chiel.tenbrinke\projects\graphviz\lib\cgraph\scan.c(1688): warning C28278: Function yy_fatal_error appears with no prototype in scope. Only limited analysis can be performed. Include the appropriate header or add a prototype. This warning also occurs if parameter or return types are omitted in a function definition. [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
c:\users\chiel.tenbrinke\projects\graphviz\lib\cgraph\scan.c(1690): warning C6011: Dereferencing NULL pointer 'b'. [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
c:\users\chiel.tenbrinke\projects\graphviz\lib\cgraph\scan.c(1711): warning C28278: Function yy_scan_string appears with no prototype in scope. Only limited analysis can be performed. Include the appropriate header or add a prototype. This warning also occurs if parameter or return types are omitted in a function definition. [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
c:\users\chiel.tenbrinke\projects\graphviz\lib\cgraph\scan.c(1719): warning C28278: Function yy_scan_bytes appears with no prototype in scope. Only limited analysis can be performed. Include the appropriate header or add a prototype. This warning also occurs if parameter or return types are omitted in a function definition. [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
c:\users\chiel.tenbrinke\projects\graphviz\lib\cgraph\scan.c(1728): warning C28278: Function yy_scan_bytes appears with no prototype in scope. Only limited analysis can be performed. Include the appropriate header or add a prototype. This warning also occurs if parameter or return types are omitted in a function definition. [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
c:\users\chiel.tenbrinke\projects\graphviz\lib\cgraph\scan.c(1740): warning C28278: Function yy_flex_alloc appears with no prototype in scope. Only limited analysis can be performed. Include the appropriate header or add a prototype. This warning also occurs if parameter or return types are omitted in a function definition. [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
c:\users\chiel.tenbrinke\projects\graphviz\lib\cgraph\scan.c(1742): warning C28278: Function yy_fatal_error appears with no prototype in scope. Only limited analysis can be performed. Include the appropriate header or add a prototype. This warning also occurs if parameter or return types are omitted in a function definition. [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
c:\users\chiel.tenbrinke\projects\graphviz\lib\cgraph\scan.c(1749): warning C28278: Function yy_scan_buffer appears with no prototype in scope. Only limited analysis can be performed. Include the appropriate header or add a prototype. This warning also occurs if parameter or return types are omitted in a function definition. [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
c:\users\chiel.tenbrinke\projects\graphviz\lib\cgraph\scan.c(1751): warning C28278: Function yy_fatal_error appears with no prototype in scope. Only limited analysis can be performed. Include the appropriate header or add a prototype. This warning also occurs if parameter or return types are omitted in a function definition. [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
c:\users\chiel.tenbrinke\projects\graphviz\lib\cgraph\scan.c(1756): warning C6011: Dereferencing NULL pointer 'b'. [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
c:\users\chiel.tenbrinke\projects\graphviz\lib\cgraph\scan.c(1747): warning C6011: Dereferencing NULL pointer 'buf'. [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
c:\users\chiel.tenbrinke\projects\graphviz\lib\cgraph\scan.c(1822): warning C28278: Function yy_fatal_error appears with no prototype in scope. Only limited analysis can be performed. Include the appropriate header or add a prototype. This warning also occurs if parameter or return types are omitted in a function definition. [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
c:\users\chiel.tenbrinke\projects\graphviz\lib\cgraph\scan.c(1886): warning C28278: Function yy_flex_alloc appears with no prototype in scope. Only limited analysis can be performed. Include the appropriate header or add a prototype. This warning also occurs if parameter or return types are omitted in a function definition. [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
c:\users\chiel.tenbrinke\projects\graphviz\lib\cgraph\scan.c(1896): warning C28278: Function yy_flex_realloc appears with no prototype in scope. Only limited analysis can be performed. Include the appropriate header or add a prototype. This warning also occurs if parameter or return types are omitted in a function definition. [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
c:\users\chiel.tenbrinke\projects\graphviz\lib\cgraph\scan.c(1914): warning C28278: Function yy_flex_free appears with no prototype in scope. Only limited analysis can be performed. Include the appropriate header or add a prototype. This warning also occurs if parameter or return types are omitted in a function definition. [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
c:\users\chiel.tenbrinke\projects\graphviz\lib\cgraph\scan.l(281): warning C28278: Function yyunput appears with no prototype in scope. Only limited analysis can be performed. Include the appropriate header or add a prototype. This warning also occurs if parameter or return types are omitted in a function definition. [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
c:\users\chiel.tenbrinke\projects\graphviz\lib\cgraph\scan.l(283): warning C28278: Function yy_flush_buffer appears with no prototype in scope. Only limited analysis can be performed. Include the appropriate header or add a prototype. This warning also occurs if parameter or return types are omitted in a function definition. [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
c:\users\chiel.tenbrinke\projects\graphviz\lib\cgraph\write.c(124): warning C6330: 'char' passed as _Param_(1) when 'unsigned char' is required in call to 'isalnum'. [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
c:\users\chiel.tenbrinke\projects\graphviz\lib\cgraph\write.c(131): warning C6330: 'char' passed as _Param_(1) when 'unsigned char' is required in call to 'isalnum'. [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
c:\users\chiel.tenbrinke\projects\graphviz\lib\cgraph\write.c(194): warning C6308: 'realloc' might return null pointer: assigning null pointer to 'rv', which is passed as an argument to 'realloc', will cause the original memory block to be leaked. [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
c:\users\chiel.tenbrinke\projects\graphviz\lib\cgraph\write.c(522): warning C6328: Size mismatch: 'unsigned __int64' passed as _Param_(3) when 'int' is required in call to 'sprintf'. [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
c:\users\chiel.tenbrinke\projects\graphviz\lib\cgraph\write.c(522): warning C6340: Mismatch on sign: 'unsigned __int64' passed as _Param_(3) when some signed type is required in call to 'sprintf'. [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]
c:\users\chiel.tenbrinke\projects\graphviz\lib\cgraph\write.c(681): warning C6330: 'char' passed as _Param_(1) when 'unsigned char' is required in call to 'isdigit'. [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\cgraph\cgraph.vcxproj]


"C:\Users\Chiel.tenBrinke\Projects\graphviz\graphviz.sln" (gvc target) (1) ->
"C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\gvc.vcxproj" (default target) (2) ->
(ClCompile target) ->
common\htmlparse.y(42): warning C4100: 'ds': unreferenced formal parameter [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\gvc.vcxproj]
common\htmlparse.y(42): warning C4100: 'd': unreferenced formal parameter [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\gvc.vcxproj]
common\htmlparse.y(53): warning C4100: 'ds': unreferenced formal parameter [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\gvc.vcxproj]
common\htmlparse.y(53): warning C4100: 'd': unreferenced formal parameter [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\gvc.vcxproj]
common\htmlparse.y(85): warning C4100: 'ds': unreferenced formal parameter [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\gvc.vcxproj]
common\htmlparse.y(85): warning C4100: 'd': unreferenced formal parameter [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\gvc.vcxproj]
common\htmlparse.y(125): warning C4100: 'ds': unreferenced formal parameter [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\gvc.vcxproj]
common\htmlparse.y(125): warning C4100: 'd': unreferenced formal parameter [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\gvc.vcxproj]
common\htmlparse.y(133): warning C4100: 'ds': unreferenced formal parameter [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\gvc.vcxproj]
common\htmlparse.y(133): warning C4100: 'd': unreferenced formal parameter [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\gvc.vcxproj]
common\htmlparse.y(198): warning C4244: '=': conversion from 'int' to 'char', possible loss of data [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\gvc.vcxproj]
common\htmlparse.y(201): warning C4244: '=': conversion from 'int' to 'short', possible loss of data [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\gvc.vcxproj]
common\htmlparse.y(237): warning C4244: '=': conversion from 'int' to 'short', possible loss of data [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\gvc.vcxproj]
common\htmlparse.y(286): warning C4244: '=': conversion from 'int' to 'char', possible loss of data [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\gvc.vcxproj]
common\htmlparse.y(305): warning C4244: '=': conversion from 'int' to 'char', possible loss of data [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\gvc.vcxproj]
common\htmlparse-intermediate.c(756): warning C4565: 'malloc': redefinition; the symbol was previously declared with __declspec(restrict) [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\gvc.vcxproj]
common\htmlparse-intermediate.c(756): warning C4273: 'malloc': inconsistent dll linkage [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\gvc.vcxproj]
common\htmlparse-intermediate.c(763): warning C4273: 'free': inconsistent dll linkage [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\gvc.vcxproj]
common\htmlparse-intermediate.c(1777): warning C4244: '=': conversion from 'int' to 'htmltype_int16', possible loss of data [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\gvc.vcxproj]
c:\users\chiel.tenbrinke\projects\graphviz\lib\common\htmllex.c(768): warning C4100: 'env': unreferenced formal parameter [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\gvc.vcxproj]
c:\users\chiel.tenbrinke\projects\graphviz\lib\common\htmllex.c(768): warning C4100: 'xb': unreferenced formal parameter [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\gvc.vcxproj]
c:\users\chiel.tenbrinke\projects\graphviz\lib\common\htmllex.c(768): warning C4100: 'src': unreferenced formal parameter [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\gvc.vcxproj]
c:\users\chiel.tenbrinke\projects\graphviz\lib\common\htmlparse-intermediate.c(2422): warning C4702: unreachable code [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\gvc.vcxproj]
c:\users\chiel.tenbrinke\projects\graphviz\lib\common\htmlparse.y(323): warning C4706: assignment within conditional expression [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\gvc.vcxproj]


"C:\Users\Chiel.tenBrinke\Projects\graphviz\graphviz.sln" (gvc target) (1) ->
"C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\gvc.vcxproj" (default target) (2) ->
(ClCompile target) ->
c:\users\chiel.tenbrinke\projects\graphviz\lib\common\utils.c(22): fatal error C1083: Cannot open include file: 'libltdl/lt_system.h': No such file or directory [C:\Users\Chiel.tenBrinke\Projects\graphviz\lib\gvc.vcxproj]

136 Warning(s)
1 Error(s)

Time Elapsed 00:00:05.65