Fixes to gcc and debugs and such.

This commit is contained in:
Lirusaito
2016-02-15 16:35:31 -05:00
parent 731e907653
commit c3e593c20e
5 changed files with 10 additions and 9 deletions

View File

@@ -875,7 +875,8 @@ GLhandleARB LLShaderMgr::loadShaderFile(const std::string& filename, S32 & shade
{ //dump every 128 lines
LL_WARNS("ShaderLoading") << "\n" << ostr.str() << LL_ENDL;
ostr = std::stringstream();
ostr.clear();
ostr.str(LLStringUtil::null);
}
}