more gcc warnings
This commit is contained in:
parent
2d634cd9d0
commit
b10815afab
|
|
@ -101,4 +101,4 @@ operator == (const ShaderCaps &other) const {
|
|||
}
|
||||
#endif
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1137,9 +1137,9 @@ ShaderExpansion(const string &name, const string &text,
|
|||
const ShaderCaps &caps) :
|
||||
_name(name),
|
||||
_text(text),
|
||||
_parse(0),
|
||||
_header(""),
|
||||
_error_flag(true)
|
||||
_error_flag(true),
|
||||
_parse(0)
|
||||
{
|
||||
string header;
|
||||
parse_init();
|
||||
|
|
|
|||
|
|
@ -181,7 +181,7 @@ public:
|
|||
int _active_fprofile;
|
||||
int _ultimate_vprofile;
|
||||
int _ultimate_fprofile;
|
||||
#endif;
|
||||
#endif
|
||||
INLINE void clear();
|
||||
INLINE bool operator == (const ShaderCaps &other) const;
|
||||
INLINE ShaderCaps();
|
||||
|
|
|
|||
Loading…
Reference in New Issue