-
- Downloads
Fixed warning: "unused-function" for "RuleCompare"
I added a preprocessor if-condition to the definition of "RuleCompare" because the only use in "gm/er.cc" is contained in such an environment in line 698 ```` #ifdef __DEBUG_ER__ static INT RuleCompare (int id, const URULE *ur, const ERULE *er) { ... } #endif ```` ```` #ifdef __DEBUG_ER__ ... RuleCompare(ID(elem),ur,er); ... #endif ````
parent
d36a00ab
No related branches found
No related tags found
Please register or sign in to comment