Replies: 1 comment 1 reply
-
How are you getting that warning to appear? Our extension normally shouldn't output that warning -- it appears to be coming from your compiler. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In a C code I'm using temporary struct initializer for my function argument. In the editor I see a warning:
The code compiles fine with GCC (no warnings or errors).
How do I make vscode not show the warning with yellow squiggles? I was hoping to find a place to supply
-Wno-initializer-overrides
but no idea where I should put it; I tried in several JSON files but nothing worked.Beta Was this translation helpful? Give feedback.
All reactions