This website requires JavaScript.
Explore
Help
Sign In
Kitware
/
CMake
Watch
1
Star
0
Fork
0
You've already forked CMake
mirror of
https://github.com/Kitware/CMake.git
synced
2025-07-01 16:54:56 +08:00
Code
Issues
Projects
Releases
Wiki
Activity
CMake
/
Tests
/
CompileFeatures
/
cxx_attributes.cpp
Stephen Kelly
ff80c3b420
Features: Add cxx_attributes.
2014-04-08 11:05:56 +02:00
3 lines
46 B
C++
Raw
Blame
History
void
unusedFunc
[[noreturn]]
(
)
{
throw
1
;
}
Reference in New Issue
View Git Blame
Copy Permalink