code cleanup: warnings

This commit is contained in:
Campbell Barton
2012-12-19 01:48:54 +00:00
parent 2349370a51
commit 0ddc77f913
10 changed files with 15 additions and 17 deletions

View File

@@ -31,11 +31,11 @@
RAS_StorageVA::RAS_StorageVA(int *texco_num, RAS_IRasterizer::TexCoGen *texco, int *attrib_num, RAS_IRasterizer::TexCoGen *attrib) :
m_texco_num(texco_num),
m_texco(texco),
m_attrib_num(attrib_num),
m_attrib(attrib),
m_last_texco_num(0),
m_last_attrib_num(0)
m_last_attrib_num(0),
m_texco(texco),
m_attrib(attrib)
{
}