Throw a #warning when the CI build is detected. Sorry for the noise

This commit is contained in:
Daniel Silverstone 2012-10-08 21:50:12 +01:00
parent 83cb1baf4f
commit b8af038726

View File

@ -3,6 +3,7 @@
const char * const netsurf_version = "3.0 (Dev"
#if defined(CI_BUILD)
" CI #" CI_BUILD
#warning Discovered CI build.
#endif
")"
;