mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 08:55:19 +00:00
Fix spurious warning/error reported by GCC 4.4.0.
svn path=/trunk/; revision=38287
This commit is contained in:
parent
95e0371f4f
commit
d284aa7851
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue