Add Errors/Warnings
Add #error("") and #warning("") to add compile time errors and warnings to your code.
#error("")
#warning("")