#pragma multiple
- Include this file more than once.
- Changes how the compiler handles certain warnings.
- Save the current pragma state.
- Restore a previously saved warning state.
- Switch to a different syntax for parsing certain procs.
- Hint that the compiler should avoid using features higher than a given version.
- Choose faster (old) or more accurate (new default) trigonometry.
The #pragma
directive alters the compiler’s behavior in various ways.
Pragmas will not be inherited by libraries included in your project.