mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00: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