Summary: | xorg/driver/xf86-video-chips - Compile warning fixes | ||||||
---|---|---|---|---|---|---|---|
Product: | xorg | Reporter: | Paulo César Pereira de Andrade <pcpa> | ||||
Component: | Driver/chips | Assignee: | Egbert Eich <eich> | ||||
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
Paulo César Pereira de Andrade
2008-03-15 19:57:36 UTC
This patch attempted to correct some somewhat funny code like: static inline unsigned int foo(a, b) short a; char b; { bar((short)a, (char)b); } declared in a header file. Maybe the proper patch would be to actually promote types when doing the ansification, so that it should be binary compatible, but should work either way. Anyway, it is not really a bug. |
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.