Am 18.07.2014 10:29, schrieb Andrew Haley:
On 18/07/14 08:30, Dennis Luehring wrote: > int* array = (int*)&argv;This looks like undefined behaviour. Don't you get a warning? Andrew.
no warning - its an valid typed pointer to stack and i don't care what the values are
its just an anti-optimizer trick nothing more