Summary: | libXpm ansification | ||||||
---|---|---|---|---|---|---|---|
Product: | xorg | Reporter: | Paulo César Pereira de Andrade <pcpa> | ||||
Component: | Lib/Xpm | Assignee: | Xorg Project Team <xorg-team> | ||||
Status: | RESOLVED NOTABUG | QA Contact: | Xorg Project Team <xorg-team> | ||||
Severity: | normal | ||||||
Priority: | medium | Keywords: | patch | ||||
Version: | git | ||||||
Hardware: | Other | ||||||
OS: | All | ||||||
Whiteboard: | |||||||
i915 platform: | i915 features: | ||||||
Attachments: |
|
Description
Paulo César Pereira de Andrade
2008-02-28 15:46:55 UTC
Patch is not small, so requires some time to do it "by hand", but is trivial, as there are no type promotions (and talking for memory from when I reviewed the patch) neither "traps" that can allow easily redefining a prototype incorrectly by swaping order of arguments, example of a "trap": type foo(a, b, c) type a; type c; type b; where a patch by hand could just change it to: type foo( type a, type c, type b) |
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.