--loose_implicit_cast

This option makes illegal implicit casts legal, such as implicit casts of a nonzero integer to a pointer.

Show/hideExample

int *p = 0x8000;

Compiling this example without the option --loose_implicit_cast, generates an error.

Compiling this example with the option --loose_implicit_cast, generates a warning message, that you can suppress.

Copyright © 2010-2011 ARM. All rights reserved.ARM DUI 0491F
Non-ConfidentialID091611