Bug 15067 - xorg/app/xrx - Compile warning fixes
Summary: xorg/app/xrx - Compile warning fixes
Status: RESOLVED FIXED
Alias: None
Product: xorg
Classification: Unclassified
Component: App/other (show other bugs)
Version: git
Hardware: Other All
: medium normal
Assignee: Xorg Project Team
QA Contact: Xorg Project Team
URL:
Whiteboard:
Keywords: janitor, patch
Depends on:
Blocks:
 
Reported: 2008-03-16 13:11 UTC by Paulo César Pereira de Andrade
Modified: 2009-01-26 21:32 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments
0001-Compile-warning-fixes.patch (10.44 KB, patch)
2008-03-16 13:11 UTC, Paulo César Pereira de Andrade
no flags Details | Splinter Review

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.