index
:
delta/cmake.git
baserock/morph
dashboard
hooks
maint
master
next
nightly
nightly-master
release
gitlab.kitware.com: cmake/cmake.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Tests
/
WarnUnusedCliUnused
/
empty.cpp
blob: 7279c5e0b9609a5bb9a49a71c380b0227d0977e0 (
plain
)
1
2
3
4
5
6
7
#ifdef _WIN32 __declspec(dllexport) #endif int empty(void) { return 0; }