]> git.unchartedbackwaters.co.uk Git - francis/stp.git/commitdiff
Remove clang warnings.
authortrevor_hansen <trevor_hansen@e59a4935-1847-0410-ae03-e826735625c1>
Thu, 7 Jul 2011 06:57:48 +0000 (06:57 +0000)
committertrevor_hansen <trevor_hansen@e59a4935-1847-0410-ae03-e826735625c1>
Thu, 7 Jul 2011 06:57:48 +0000 (06:57 +0000)
git-svn-id: https://stp-fast-prover.svn.sourceforge.net/svnroot/stp-fast-prover/trunk/stp@1362 e59a4935-1847-0410-ae03-e826735625c1

src/AST/AST.h

index f47deefb1bb037f393a90b9383b85461d2e5254f..bd5be699c57457bd669186c526ce6d9254547009 100644 (file)
@@ -18,8 +18,8 @@
 
 namespace BEEV
 {
-  void FatalError(const char * str, const ASTNode& a, int w = 0);
-  void FatalError(const char * str);
+  void FatalError(const char * str, const ASTNode& a, int w = 0) __attribute__ ((noreturn));
+  void FatalError(const char * str) __attribute__ ((noreturn));
   void SortByExprNum(ASTVec& c);
   void SortByArith(ASTVec& c);
   bool exprless(const ASTNode n1, const ASTNode n2);