Changed: #825 Remove all warning when compiling Ryzom

hg/feature/sound
kervala 14 years ago
parent 2ef72986ba
commit a34865fbcb

@ -124,7 +124,7 @@ public:
{ {
public: public:
CVar () : Type(T_UNKNOWN), Root(false), FromLocalFile(true), SaveWrap(6) {} CVar () : Type(T_UNKNOWN), Root(false), Comp(false), FromLocalFile(true), SaveWrap(6) {}
/// \name Access to the variable content. /// \name Access to the variable content.
//@{ //@{

@ -2459,10 +2459,10 @@ void CDriverGL::displayBench (class NLMISC::CLog *log)
} }
#ifdef NL_DEBUG #ifdef NL_DEBUG
void CDriverGL::dumpMappedBuffers() void CDriverGL::dumpMappedBuffers()
{ {
_AGPVertexArrayRange->dumpMappedBuffers(); _AGPVertexArrayRange->dumpMappedBuffers();
} }
#endif #endif
// *************************************************************************** // ***************************************************************************

Loading…
Cancel
Save