diff options
author | don bright <hugh.m.bright@gmail.com> | 2013-01-24 03:10:24 (GMT) |
---|---|---|
committer | don bright <hugh.m.bright@gmail.com> | 2013-01-24 03:10:24 (GMT) |
commit | 009baca90428399d4e3540bff18510ef51a28454 (patch) | |
tree | c4e377bae63557c060718557186a7484b922edcc /src/fbo.cc | |
parent | e7ea8e12a933849bc6cb9efda5fbb2ac6ddbccab (diff) |
move imageutils platform stuff to qmake build file mv system-gl. fix gcc warning
Diffstat (limited to 'src/fbo.cc')
-rw-r--r-- | src/fbo.cc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -59,7 +59,7 @@ bool check_fbo_status() else if (status == GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_EXT) cerr << "GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_EXT\n"; else - cerr << "Unknown Code: glCheckFramebufferStatusEXT returned %i\n",status; + cerr << "Unknown Code: glCheckFramebufferStatusEXT returned:" <<status <<"\n"; return result; } |