I am running OpenSuse on Oracle Virtual Machine and I get this kind of error when I compiled my code :vir
warning: format '%lx' expects argument of type 'long unsigned int', but argument has type 'uint64_t'
Casting value did not help.
The code runs and compiles great on another OpenSuse laptop, I know that OS on virtual machine doesn't have the exact same behavior of 'normal boot' OS, but do you know which fix I can do to solve this problem ?