Bug 14880 - xorg/driver/xf86-video-sis - compile warning fixes
Summary: xorg/driver/xf86-video-sis - compile warning fixes
Status: RESOLVED NOTABUG
Alias: None
Product: xorg
Classification: Unclassified
Component: Driver/SiS (show other bugs)
Version: git
Hardware: Other All
: medium normal
Assignee: Xorg Project Team
QA Contact: Xorg Project Team
URL:
Whiteboard:
Keywords: janitor
Depends on:
Blocks:
 
Reported: 2008-03-07 09:55 UTC by Paulo César Pereira de Andrade
Modified: 2008-07-21 15:19 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


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

Description Paulo César Pereira de Andrade 2008-03-07 09:55:30 UTC
Created attachment 14915 [details] [review]
0001-Compile-warning-fixes.patch

Cast void * to unsigned char * to avoid warnings about void pointer used
in math for address calculation.
  Only remaining warning is about miPointerAbsoluteCursor being deprecated.
Comment 1 Paulo César Pereira de Andrade 2008-07-21 15:19:25 UTC
  Patch is not really a bug because it compiles with
gcc, and I believe other used compilers.

  Warnings are about void * arithmetic, and the deprecated
miPointerAbsoluteCursor is still available.


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.