nvc0: compile nve4_cache_split_name() only in debug build
authorEmil Velikov <emil.l.velikov@gmail.com>
Thu, 11 Apr 2013 23:22:31 +0000 (00:22 +0100)
committerChristoph Bumiller <christoph.bumiller@speed.at>
Fri, 12 Apr 2013 15:09:03 +0000 (17:09 +0200)
commite28c266682fe8ac1c6ba27a90802974c05c35dde
tree406b30eac092630bdd52dd83860469b07fbd262d
parent249f3d73cf5e9d22c592a619830a2f40912e6197
nvc0: compile nve4_cache_split_name() only in debug build

As otherwise it is unused - pointed out by gcc

nve4_compute.c:586:20: warning: 'nve4_cache_split_name' defined but not used [-Wunused-function]
 static const char *nve4_cache_split_name(unsigned value)
                    ^

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
src/gallium/drivers/nvc0/nve4_compute.c