WINPR_UNUSED argc, argv for unit tests

This commit is contained in:
Armin Novak
2021-07-29 10:18:52 +02:00
committed by akallabeth
parent f515bd4560
commit 5eea7fc12d
85 changed files with 266 additions and 34 deletions

View File

@@ -58,6 +58,9 @@ int main(int argc, char** argv)
XPixmapFormatValues* pf;
XPixmapFormatValues* pfs;
WINPR_UNUSED(argc);
WINPR_UNUSED(argv);
display = XOpenDisplay(NULL);
if (!display)