Skip to content
Snippets Groups Projects
Commit 18fe652c authored by Jan Trávníček's avatar Jan Trávníček
Browse files

fix build

parent 4bb77472
No related branches found
No related tags found
No related merge requests found
......@@ -325,7 +325,7 @@ protected:
* postponed checker function
*/
void checkState ( ) {
std::initializer_list < int > { ( Component < Derived, SymbolType, SetTypes >::checkState ( ), 0 ) ... };
( void ) std::initializer_list < int > { ( Component < Derived, SymbolType, SetTypes >::checkState ( ), 0 ) ... };
}
 
};
......@@ -375,7 +375,7 @@ protected:
* postponed checker function
*/
void checkState ( ) {
std::initializer_list < int > { ( Element < Derived, SymbolType, ElementTypes >::checkState ( ), 0 ) ... };
( void ) std::initializer_list < int > { ( Element < Derived, SymbolType, ElementTypes >::checkState ( ), 0 ) ... };
}
 
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment