preprocessor: include avDiffForward in switch statement to supress clang warning

time-shift
Houtan Bastani 2014-02-25 11:32:01 +01:00
parent 858a1b9b2a
commit d3825dcdb1
1 changed files with 1 additions and 0 deletions

View File

@ -329,6 +329,7 @@ SymbolTable::writeCOutput(ostream &output) const throw (NotYetFrozenException)
case avExoLead:
case avExpectation:
case avMultiplier:
case avDiffForward:
break;
case avEndoLag:
case avExoLag: