vk/meta: Fix -Wstrict-prototypes
authorChad Versace <chad.versace@intel.com>
Wed, 7 Oct 2015 16:09:37 +0000 (09:09 -0700)
committerChad Versace <chad.versace@intel.com>
Wed, 7 Oct 2015 16:10:25 +0000 (09:10 -0700)
commitb1c024a9321cba865d152eb5f64ac74cff47125e
tree64faa863ca16878c1fa5ea17f35adb559f17c16b
parent6dea1a9ba1acd7a957feb9ad43504e7accc4f8f8
vk/meta: Fix -Wstrict-prototypes

In C, functions with no arguments require a void argument.
build_nir_clear_fragment_shader() lacked that.

Fixes:
  anv_meta.c:70:1: warning: function declaration isn't a prototype
  [-Wstrict-prototypes]
src/vulkan/anv_meta.c