|
From: Philipp K. K. <pk...@sp...> - 2022-07-22 14:19:09
|
Am 22.07.22 um 16:11 schrieb Maarten Brock: > > I don't know which are "the inline functions" nor which are "those > warnings". > > Why not just fix what these warnings complain about? From my experience: inline functions (i.e. functions declared inline) are often called with constant parameters, resulting in SDCC warnings when SDCC optimizes out if/else/etc based on the values of these constants. Philipp |