Frage

Is there any way I can create a custom error message that displays as a reminder to myself and other colleagues that there is unfinished code in the app, if they try and do a release build?

Thanks for any help.

War es hilfreich?

Lösung

How about:

#ifndef DEBUG
#error Don't release this
#endif
Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top