Suppress a warning.

This commit is contained in:
Vincent Béron 2005-02-14 11:52:48 +00:00 committed by Alexandre Julliard
parent 208df0eb52
commit d8a26f2c5f
1 changed files with 1 additions and 1 deletions

View File

@ -280,7 +280,7 @@ static void test_lookupPrivilegeName(void)
cchName == strlen("SeCreateTokenPrivilege"),
"LookupPrivilegeNameA returned an incorrect output length for\n"
"SeCreateTokenPrivilege (got %ld, expected %d)\n", cchName,
strlen("SeCreateTokenPrivilege"));
(int)strlen("SeCreateTokenPrivilege"));
/* check known values */
for (i = SE_MIN_WELL_KNOWN_PRIVILEGE; i < SE_MAX_WELL_KNOWN_PRIVILEGE; i++)
{