Fix GCC warnings
Fix -Wsign-compare warnings. Fix -Wunused-parameter warnings.
This commit is contained in:
parent
2fb89a0072
commit
012436d680
7 changed files with 17 additions and 17 deletions
|
|
@ -347,7 +347,7 @@ void TParseContext::handleLoopAttributes(const TAttributes& attributes, TIntermN
|
|||
//
|
||||
// Function attributes
|
||||
//
|
||||
void TParseContext::handleFunctionAttributes(const TSourceLoc& loc, const TAttributes& attributes, TFunction* function)
|
||||
void TParseContext::handleFunctionAttributes(const TSourceLoc& loc, const TAttributes& attributes)
|
||||
{
|
||||
for (auto it = attributes.begin(); it != attributes.end(); ++it) {
|
||||
if (it->size() > 0) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue