]> granicus.if.org Git - graphviz/commit
lneato: Windows: correct argument types to WinMain
authorMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Sat, 15 Jan 2022 16:38:24 +0000 (17:38 +0100)
committerMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Mon, 17 Jan 2022 16:37:35 +0000 (17:37 +0100)
commit4188acc1a0e6bdd79a95d00ac2294caa42823d37
tree5079fa30cd0ea77b336dcc6f644d90a189dfb3f2
parent94ae952206c577c5ed31c743761d1fbc4323b3a2
lneato: Windows: correct argument types to WinMain

Fixes these warnings:

C:\GitLab-Runner\builds\magjac\graphviz\cmd\lneato\mswin32\lneato.c(27,28): warning C4028: formal parameter 1 different from declaration [C:\GitLab-Runner\builds\magjac\graphviz\cmd\lneato\lneato.vcxproj]
C:\GitLab-Runner\builds\magjac\graphviz\cmd\lneato\mswin32\lneato.c(27,46): warning C4028: formal parameter 2 different from declaration [C:\GitLab-Runner\builds\magjac\graphviz\cmd\lneato\lneato.vcxproj]

See
https://docs.microsoft.com/en-us/windows/win32/api/winbase/nf-winbase-winmain.
cmd/lneato/mswin32/lneato.c