Sign in
chromium
/
external
/
github.com
/
Kitware
/
CMake
/
master
/
.
/
Tests
/
RunCMake
/
UnityBuild
/
per_config_c_other.c
blob: 89c7a6be3340e0b1f86f88ab305bac1644902cd4 [
file
]
#ifdef
CFG_DEBUG
# error "per_config_c_other built with CFG_DEBUG"
#endif
#ifndef
CFG_OTHER
# error "per_config_c_other built without CFG_OTHER"
#endif
void
per_config_c_other
(
void
)
{
}