mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 12:19:49 +00:00
Suppress a warning.
This commit is contained in:
parent
208df0eb52
commit
d8a26f2c5f
1 changed files with 1 additions and 1 deletions
|
@ -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++)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue