|
From: Maarten B. <sou...@ds...> - 2022-07-22 14:11:58
|
Tony Pavlov via Sdcc-user schreef op 2022-07-22 14:33: > Hello Maarten, > > Friday, July 22, 2022, 3:26:47 PM, you wrote: > >>> There is a pragma for disabling individual warnings by number. But >>> seems like no pragma >>> to restore its original state? pragma save/restore does not affect > >>> warnings? > MB> No it doesn't. The mechanism used internally by SDCC is totally > different. > > Then it is a problem, because when usig the inline functions with > immediate values as parameters and conditions inside, SDCC generate > tons of those warnings. :( I don't know which are "the inline functions" nor which are "those warnings". Why not just fix what these warnings complain about? Maarten |