citrun

watch C/C++ source code execute
Log | Files | Refs | LICENSE

commit e39f0687c674edb6cb5e16c0e5969999bb256d67
parent 9caf91b48daa80b1be7c0f8562ccd83c2697c722
Author: Kyle Milz <kyle@0x30.net>
Date:   Mon, 12 Dec 2016 17:41:21 -0700

src: silence warning

Diffstat:
Msrc/gl_view.cc | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/gl_view.cc b/src/gl_view.cc @@ -20,7 +20,6 @@ #include <assert.h> #include <GL/glew.h> - #include "gl_view.h" extern "C" { @@ -131,7 +130,7 @@ View::apply_transform(float *mat) } // Rotate - float m[4][4]; + //float m[4][4]; //build_rotmatrix (m, quat); //m4MultMatrix(mat, &m[0][0]);