Bug 15067

Summary: xorg/app/xrx - Compile warning fixes
Product: xorg Reporter: Paulo César Pereira de Andrade <pcpa>
Component: App/otherAssignee: Xorg Project Team <xorg-team>
Status: RESOLVED FIXED QA Contact: Xorg Project Team <xorg-team>
Severity: normal    
Priority: medium Keywords: janitor, patch
Version: git   
Hardware: Other   
OS: All   
Whiteboard:
i915 platform: i915 features:
Attachments:
Description Flags
0001-Compile-warning-fixes.patch none

Description Paulo César Pereira de Andrade 2008-03-16 13:11:17 UTC
Created attachment 15197 [details] [review]
0001-Compile-warning-fixes.patch

Ansification of some K&R definition functions.
  Include headers to ensure prototypes match definitions.
  Declare some functions, used only on the same file, or assigned as structure
members as static.

  Only remaining warnings are:
GetUrl.c:130: warning: implicit declaration of function '_HttpTransOpenCOTSClient'
GetUrl.c:130: warning: nested extern declaration of '_HttpTransOpenCOTSClient'
GetUrl.c:130: warning: assignment makes pointer from integer without a cast
GetUrl.c:133: warning: implicit declaration of function '_HttpTransConnect'
GetUrl.c:133: warning: nested extern declaration of '_HttpTransConnect'
  That should be browser functions.
Comment 1 Paulo César Pereira de Andrade 2009-01-26 21:32:39 UTC
Already corrected in git master.

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.