‑‑strict
In this section:
Syntax
‑‑strict
Description
By default, the compiler accepts a relaxed superset of Standard C and C++. Use this option to ensure that the source code of your application instead conforms to strict Standard C and C++.
Note
The -e option and the ‑‑strict option cannot be used at the same time.
See also
Caution
Project>Options>C/C++ Compiler>Language 1>Language conformance>Strict