From 90d0bafac9837fb4fc1c8594701c0646785a96bb Mon Sep 17 00:00:00 2001
From: Houtan Bastani <houtan@dynare.org>
Date: Tue, 25 Feb 2014 11:32:01 +0100
Subject: [PATCH] preprocessor: include avDiffForward in switch statement to
 supress clang warning

---
 SymbolTable.cc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/SymbolTable.cc b/SymbolTable.cc
index 97b98430..00152684 100644
--- a/SymbolTable.cc
+++ b/SymbolTable.cc
@@ -329,6 +329,7 @@ SymbolTable::writeCOutput(ostream &output) const throw (NotYetFrozenException)
           case avExoLead:
           case avExpectation:
           case avMultiplier:
+          case avDiffForward:
             break;
           case avEndoLag:
           case avExoLag:
-- 
GitLab