From 3ef84e157574b52ff8cbf6f49bf92047eb3f2f86 Mon Sep 17 00:00:00 2001 From: Mike Stump Date: Wed, 22 Jul 2009 20:02:03 +0000 Subject: [PATCH] Prep for new warning. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@76772 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CXX/class/class.union/p1.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CXX/class/class.union/p1.cpp b/test/CXX/class/class.union/p1.cpp index 0c7eafe4bc..15c2634673 100644 --- a/test/CXX/class/class.union/p1.cpp +++ b/test/CXX/class/class.union/p1.cpp @@ -1,6 +1,6 @@ // RUN: clang-cc -fsyntax-only -verify %s -void abort(); +void abort() __attribute__((noreturn)); class Okay { int a_; -- 2.50.1