The ADS v1.2 and RVCT v1.2 C++ compilers enabled you to use old-style C parameters in C++ functions.
That is,
void f(x) int x; { }
In the RVCT v2.x compilers or above, you must use the --anachronisms compiler
option if your code contains any old-style parameters in functions.
The compiler warns you if it finds any instances.
Arm’s Privacy Policy has been updated. By continuing to use our site, you consent to Arm’s Privacy Policy. Please review our Privacy Policy to learn more about our collection, use and transfers of your data.