st/dri: Allow gallium drivers to turn off two GLX extensions
[mesa.git] / src / gallium / auxiliary / gallivm / lp_bld_assert.h
index 1d2baab30a21e857c74ac8ce44c2e9b5540e6ddd..e377b59bbedd5debb2811c216805e453b2e5bf6b 100644 (file)
@@ -33,7 +33,7 @@
 #include "lp_bld_init.h"
 
 
-LLVMValueRef
+void
 lp_build_assert(struct gallivm_state *gallivm,
                 LLVMValueRef condition,
                 const char *msg);