preprocessor: include avDiffForward in switch statement to supress clang warning

issue#70
Houtan Bastani 2014-02-25 11:32:01 +01:00
parent cb9d603edc
commit 90d0bafac9
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: