Is it possible to mute a particular warning in the STM32CubeIDE compiler ?
I had to create some register variables and inline assembler to enforce use of the M7's SMLAL instruction and now keep getting the warning several times per compile :
warning: optimization may eliminate reads and/or writes to register variables [-Wvolatile-register-var]
Is it possible to mute just this particular warning ? I went to the Files->Properties->Warnings page and there are various tickboxes but I can't see a way to mute a particular warning.
