mirror of
https://github.com/reactos/reactos.git
synced 2025-04-26 00:20:34 +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;
|
PTEXTOBJ TextObj;
|
||||||
NTSTATUS Status = STATUS_SUCCESS;
|
NTSTATUS Status = STATUS_SUCCESS;
|
||||||
|
|
||||||
|
/* Silence GCC warnings */
|
||||||
|
SafeLogfont.elfEnumLogfontEx.elfLogFont.lfEscapement = 0;
|
||||||
|
SafeLogfont.elfEnumLogfontEx.elfLogFont.lfOrientation = 0;
|
||||||
|
|
||||||
if (!pelfw)
|
if (!pelfw)
|
||||||
{
|
{
|
||||||
return NULL;
|
return NULL;
|
||||||
|
|
Loading…
Reference in a new issue