Bug 15033

Summary: xorg/driver/xf86-video-tdfx - Compile warning fixes
Product: xorg Reporter: Paulo César Pereira de Andrade <pcpa>
Component: Driver/tdfxAssignee: 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 16:15:19 UTC
Created attachment 15151 [details] [review]
0001-Compile-warning-fixes.patch

This fixes all warnings but those about usage of deprecated libpciaccess
functions and some macro values passed to pci_device_cfg_read_u32, that
expects unsigned arguments, but the values default to signed integers in
the definition, and probably would be too much pedantic to add an ending U
to code like  "<hash>define val <num>"
Comment 1 Paulo César Pereira de Andrade 2008-07-22 14:32:03 UTC
  Not a bug when in a standard gcc build,
and the efforts to have a fully ansified xorg
are quite high, for something that would not
generate any visible end result, and with high
chances of adding bugs during ansification or
printf format corrections.

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.