Hey there @Strooom!
Yes, I think you can get rid of both warnings and move to a cleaner setup.
The build wrapper can be used to generate a compilation database, but you’re also (now) welcome to use your own compilation database. The build wrapper has been changed to now generate a compilation database instead of our own custom format…
So ideally you can:
- Stop your conversion
- Swap out
sonar.cfamily.build-wrapper-outputforsonar.cfamily.compile-commands
MuMo-v2-Node-SW/sonar-project.properties at 9df91c000b8ae341b7221d545c702c4d0bc203ac · Strooom/MuMo-v2-Node-SW · GitHub - Point
sonar.cfamily.compile-commandsto your compilation database (compile_commands.jsonor whatever it is, as long as it’s a json file)