aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorBrent Cook <busterb@gmail.com>2019-02-09 09:03:13 -0600
committerBrent Cook <busterb@gmail.com>2019-02-09 09:09:36 -0600
commit535246269d4a7d8338320f8e6666ca887718c5d0 (patch)
treefd55a3e75b39971bdbf00faba9bafddb83b885d2 /CMakeLists.txt
parent5535242ec1dc9bfcbef588f890b32201fcfc4a64 (diff)
downloadportable-535246269d4a7d8338320f8e6666ca887718c5d0.tar.gz
portable-535246269d4a7d8338320f8e6666ca887718c5d0.tar.bz2
portable-535246269d4a7d8338320f8e6666ca887718c5d0.zip
add __dead__ annotation support
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 4d54ada..a6a7554 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -49,6 +49,7 @@ endif()
49 49
50if(CMAKE_SYSTEM_NAME MATCHES "OpenBSD") 50if(CMAKE_SYSTEM_NAME MATCHES "OpenBSD")
51 add_definitions(-DHAVE_ATTRIBUTE__BOUNDED__) 51 add_definitions(-DHAVE_ATTRIBUTE__BOUNDED__)
52 add_definitions(-DHAVE_ATTRIBUTE__DEAD__)
52endif() 53endif()
53 54
54if(CMAKE_SYSTEM_NAME MATCHES "Linux") 55if(CMAKE_SYSTEM_NAME MATCHES "Linux")