Fix compiler warning
authorKeith Whitwell <keith@tungstengraphics.com>
Sun, 29 Oct 2006 09:54:17 +0000 (09:54 +0000)
committerKeith Whitwell <keith@tungstengraphics.com>
Sun, 29 Oct 2006 09:54:17 +0000 (09:54 +0000)
src/mesa/main/texcompress_s3tc.c

index 3ccc8a8df755fa5bf62f7304c9acb5af3b67a86a..65ecaba3a30ac537efee80504e6e7735b8fa3fb2 100644 (file)
@@ -89,7 +89,7 @@ _mesa_dlopen(const char *libname, int flags)
    return dlopen(libname, flags);
 #endif
 #else
-   return (GenericFunc) NULL;
+   return (void *) NULL;
 #endif /* USE_EXTERNAL_DXTN_LIB */
 }