Bug 15033 - xorg/driver/xf86-video-tdfx - Compile warning fixes
Summary: xorg/driver/xf86-video-tdfx - Compile warning fixes
Status: RESOLVED NOTABUG
Alias: None
Product: xorg
Classification: Unclassified
Component: Driver/tdfx (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-15 16:15 UTC by Paulo César Pereira de Andrade
Modified: 2008-07-22 14:32 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


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

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.