]> www.infradead.org Git - users/dwmw2/openconnect.git/commit
Silence compiler warning [-Wformat=]
authorDimitri Papadopoulos <3350651-DimitriPapadopoulos@users.noreply.gitlab.com>
Wed, 29 Dec 2021 13:30:05 +0000 (14:30 +0100)
committerDimitri Papadopoulos <3350651-DimitriPapadopoulos@users.noreply.gitlab.com>
Thu, 31 Mar 2022 07:39:54 +0000 (09:39 +0200)
commit43f078d924b034d549bb86a952cecb582e48a82c
treebb4859ebf3049e0d234b1ce451ea94c72ee03295
parent63e4b85b16156f7de4b0f22c339c66845f4a158e
Silence compiler warning [-Wformat=]

Because ver is a DWORD, the major and minor components of the version
are also DWORD (unsigned long) and should be printed with "%lu".

Signed-off-by: Dimitri Papadopoulos <3350651-DimitriPapadopoulos@users.noreply.gitlab.com>
wintun.c