projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f78d684
)
vk: Remove unused 'v' param from stub() macro
author
Chad Versace
<chad.versace@intel.com>
Tue, 7 Jul 2015 22:47:24 +0000
(15:47 -0700)
committer
Chad Versace
<chad.versace@intel.com>
Tue, 7 Jul 2015 22:47:24 +0000
(15:47 -0700)
src/vulkan/private.h
patch
|
blob
|
history
diff --git
a/src/vulkan/private.h
b/src/vulkan/private.h
index cee152bada01c1a0ec643374987eaa0ab6578dc0..a9c9f26bc7360096630937550f788166cdc9ed26 100644
(file)
--- a/
src/vulkan/private.h
+++ b/
src/vulkan/private.h
@@
-159,7
+159,7
@@
void anv_abortfv(const char *format, va_list va) anv_noreturn;
return (v); \
} while (0)
-#define stub(
v
) \
+#define stub() \
do { \
anv_finishme("stub %s", __func__); \
return; \