I want to add both -Werror and -Wno-unused-parameter to the command line. I feel like I have tried EVERYTHING I can think of commas, spaces, quotes, and multiple --build-property parameters...
What is the appropriate syntax for the following line?
I realized I had forgotten to escape the quotes, because I was passing it in as a string to my CI. I ended up changing them to 'single ticks' and it worked. I think I could have also used backslash to escape them.