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: 8d91e77d31a40351f025e6b3abf408c7d65eb7da (
plain
)
1
2
3
4
5
6
7
#ifdef _WIN32 __declspec(dllexport) #endif int empty(void) { return 0; }