mirror of
https://github.com/RPCS3/hidapi.git
synced 2026-07-19 13:34:37 -04:00
windows: mingw: minor gcc -pedantic warning fixes
This commit is contained in:
committed by
Alan Ott
parent
69a91a8f6c
commit
b5b15d0d83
+1
-1
@@ -162,7 +162,7 @@ static void register_error(hid_device *device, const char *op)
|
||||
NULL,
|
||||
GetLastError(),
|
||||
MAKELANGID(LANG_NEUTRAL, SUBLANG_DEFAULT),
|
||||
(LPWSTR)&msg, 0/*sz*/,
|
||||
(LPVOID)&msg, 0/*sz*/,
|
||||
NULL);
|
||||
|
||||
/* Get rid of the CR and LF that FormatMessage() sticks at the
|
||||
|
||||
Reference in New Issue
Block a user