fixes for C++ warnings/errors

This commit is contained in:
Brian
2007-01-23 11:46:02 -07:00
parent d46093b8d5
commit 18d1fdebeb
16 changed files with 51 additions and 40 deletions

View File

@@ -91,7 +91,7 @@ _mesa_dlopen(const char *libname, int flags)
return dlopen(libname, flags);
#endif
#else
return (GenericFunc) NULL;
return NULL;
#endif /* USE_EXTERNAL_DXTN_LIB */
}