swrast: Silence many "warning: unused parameter ‘ctx’"
authorIan Romanick <ian.d.romanick@intel.com>
Thu, 25 Aug 2011 23:59:02 +0000 (16:59 -0700)
committerIan Romanick <ian.d.romanick@intel.com>
Fri, 9 Sep 2011 19:01:52 +0000 (12:01 -0700)
commit8b3096cfa4af6bc86a852bf1c773acb097a2789f
tree49c788aad26236ea73dbce9d0ffa86012fdec190
parent076d609aa3336ce850fd2729faf31cc57a5fb090
swrast: Silence many "warning: unused parameter ‘ctx’"

Not all drivers use ctx in LOCAL_VARS, so '(void) ctx;' is added to
all the function templates to make GCC happy.
src/mesa/swrast/s_spantemp.h