Fix compiler warning
This commit is contained in:
parent
64a6d3e9c8
commit
4da507a03f
|
@ -42,10 +42,6 @@
|
||||||
#include "g_disptab.h"
|
#include "g_disptab.h"
|
||||||
#include "GL/glx_ansic.h"
|
#include "GL/glx_ansic.h"
|
||||||
|
|
||||||
#if defined(XFree86LOADER) && !defined(__CYGWIN__) && !defined(__DARWIN__)
|
|
||||||
#define atof xf86atof
|
|
||||||
#endif
|
|
||||||
|
|
||||||
int __glXDisp_FeedbackBuffer(__GLXclientState *cl, GLbyte *pc)
|
int __glXDisp_FeedbackBuffer(__GLXclientState *cl, GLbyte *pc)
|
||||||
{
|
{
|
||||||
GLsizei size;
|
GLsizei size;
|
||||||
|
|
Loading…
Reference in New Issue