Summary: | lnx_video.c unnecessarily defining ioperm() and iopl() | ||
---|---|---|---|
Product: | xorg | Reporter: | Mike A. Harris <mharris> |
Component: | Server/General | Assignee: | Xorg Project Team <xorg-team> |
Status: | RESOLVED WONTFIX | QA Contact: | |
Severity: | normal | ||
Priority: | high | CC: | ajax |
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux (All) | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
Mike A. Harris
2004-12-23 11:37:58 UTC
To expand upon my question: Can someone explain what these "conflicts" with compiler.h are, and why this is deemed the necessary solution? Without these declarations I get some compiler warnings on x86. lnx_video.c: In function 'xf86EnableIO': lnx_video.c:561: warning: implicit declaration of function 'ioperm' lnx_video.c:561: warning: nested extern declaration of 'ioperm' lnx_video.c:561: warning: implicit declaration of function 'iopl' lnx_video.c:561: warning: nested extern declaration of 'iopl' This bug is soooo not interesting to me anymore. |
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.