From 6e64180f03e95eb6c97f458990087ec99cd3f8f8 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Wed, 24 May 2006 19:21:13 +0000 Subject: For PR786: Minor tweaks in public headers and a few .cpp files so that LLVM can build successfully with -pedantic and projects using LLVM with -pedantic don't get warnings from LLVM. There's still more -pedantic warnings to fix. llvm-svn: 28453 --- llvm/runtime/GCCLibraries/crtend/Exception.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/runtime/GCCLibraries') diff --git a/llvm/runtime/GCCLibraries/crtend/Exception.h b/llvm/runtime/GCCLibraries/crtend/Exception.h index 9bda39da1d5..dc4d3a5f2ce 100644 --- a/llvm/runtime/GCCLibraries/crtend/Exception.h +++ b/llvm/runtime/GCCLibraries/crtend/Exception.h @@ -54,7 +54,7 @@ struct llvm_exception { enum { ErrorException = 0, SJLJException = 1, - CXXException = 2, + CXXException = 2 }; // Language independent exception handling API... -- cgit v1.2.3