Bug 43370

Summary: Fix va_end usage in window.c
Product: [Retired] Red Hat Linux Reporter: Joe Orton <jorton>
Component: newtAssignee: Elliot Lee <sopwith>
Status: CLOSED RAWHIDE QA Contact: Aaron Brown <abrown>
Severity: medium Docs Contact:
Priority: medium    
Version: 7.1   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2001-07-16 13:38:23 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
Fix for window.c none

Description Joe Orton 2001-06-04 12:56:10 UTC
va_end is used incorrectly in window.c, newt 0.50.22 from Raw Hide

windows.c: In function `newtWinMenu':
windows.c:170: warning: passing arg 1 of `__builtin_va_end' from
incompatible pointer type
windows.c: In function `newtWinEntries':
windows.c:227: warning: passing arg 1 of `__builtin_va_end' from
incompatible pointer type

Patch coming...

Comment 1 Joe Orton 2001-06-04 12:56:55 UTC
Created attachment 20200 [details]
Fix for window.c

Comment 2 Elliot Lee 2001-12-28 19:00:12 UTC
Committed to newt CVS - it should eventually find its way into rawhide.