Skip to content
Snippets Groups Projects
Commit d3825dcd authored by Houtan Bastani's avatar Houtan Bastani
Browse files

preprocessor: include avDiffForward in switch statement to supress clang warning

parent 858a1b9b
No related branches found
No related tags found
No related merge requests found
...@@ -329,6 +329,7 @@ SymbolTable::writeCOutput(ostream &output) const throw (NotYetFrozenException) ...@@ -329,6 +329,7 @@ SymbolTable::writeCOutput(ostream &output) const throw (NotYetFrozenException)
case avExoLead: case avExoLead:
case avExpectation: case avExpectation:
case avMultiplier: case avMultiplier:
case avDiffForward:
break; break;
case avEndoLag: case avEndoLag:
case avExoLag: case avExoLag:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment