This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Scope of #pragma

If I declare:

#pragma optimize(0)
void func1(void)
...

void func2(void)
...

void func3(void)
...

Does this apply only for func1 or for all subsequent functions (i.e. func2,func3,etc)?

Thanks,

Chip Burns

0