Name

BUILD_BUG — break compile if used.

Synopsis

fsfuncBUILD_BUG (void); 
 

Arguments

None

Description

If you have some code that you expect the compiler to eliminate at build time, you should use BUILD_BUG to detect if it is unexpectedly used.