Bug 15043

Summary: xorg/driver/xf86-video-rendition - Compile warning fixes
Product: xorg Reporter: Paulo César Pereira de Andrade <pcpa>
Component: Driver/renditionAssignee: Xorg Project Team <xorg-team>
Status: RESOLVED NOTABUG 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-15 17:49:46 UTC
Created attachment 15162 [details] [review]
0001-Compile-warning-fixes.patch

Cast pciaddr_t to unsigned long "printf" argument.
  Include <unistd.h> for open, read, close, lseek and usleep prototypes.
Comment 1 Paulo César Pereira de Andrade 2008-07-22 16:10:09 UTC
  Again, probably only a problem if using strict c99, as
it could literally pass long long to printf arguments
expecting long, but I suspect gcc will notice it and do
"the right thing" (only a problem in 32 bit arches).

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.