mirror of
https://github.com/reactos/reactos.git
synced 2026-07-05 11:44:42 +08:00
Fix spurious warning/error reported by GCC 4.4.0.
svn path=/trunk/; revision=38287
This commit is contained in:
@@ -728,6 +728,10 @@ NtGdiHfontCreate(
|
||||
PTEXTOBJ TextObj;
|
||||
NTSTATUS Status = STATUS_SUCCESS;
|
||||
|
||||
/* Silence GCC warnings */
|
||||
SafeLogfont.elfEnumLogfontEx.elfLogFont.lfEscapement = 0;
|
||||
SafeLogfont.elfEnumLogfontEx.elfLogFont.lfOrientation = 0;
|
||||
|
||||
if (!pelfw)
|
||||
{
|
||||
return NULL;
|
||||
|
||||
Reference in New Issue
Block a user