Fix colobot-lint warnings

dev-time-step
krzys-h 2016-03-15 17:39:00 +01:00
parent 4c6f8239fa
commit 4479a196f9
2 changed files with 2 additions and 2 deletions

View File

@ -250,7 +250,7 @@ private:
//! Set of all created textures
std::set<Texture> m_allTextures;
//! White texture
GLuint m_whiteTexture;
GLuint m_whiteTexture = 0;
//! Map of framebuffers
std::map<std::string, std::unique_ptr<CFramebuffer>> m_framebuffers;

View File

@ -1052,4 +1052,4 @@ TEST_F(CBotUT, TestArrayFunctionReturn)
" ASSERT(b[2] == 3);\n"
"}\n"
);
}
}