]> granicus.if.org Git - clang/commitdiff
Prep for new warning.
authorMike Stump <mrs@apple.com>
Wed, 22 Jul 2009 20:02:03 +0000 (20:02 +0000)
committerMike Stump <mrs@apple.com>
Wed, 22 Jul 2009 20:02:03 +0000 (20:02 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@76772 91177308-0d34-0410-b5e6-96231b3b80d8

test/CXX/class/class.union/p1.cpp

index 0c7eafe4bc79b9b429b85764c1ee0565cf4d5364..15c2634673675f4df31f01f67471d524bcc17025 100644 (file)
@@ -1,6 +1,6 @@
 // RUN: clang-cc -fsyntax-only -verify %s 
 
-void abort();
+void abort() __attribute__((noreturn));
 
 class Okay {
   int a_;