Skip to content
Snippets Groups Projects
Commit 1bb09a61 authored by Niccolò Betto's avatar Niccolò Betto
Browse files

[Misc] Minor fixes to IDE config and compiler warning

parent c0db05ca
No related branches found
No related tags found
1 merge request!47[Mavlink] Update to latest Orion RIG messages + minor fixes
Pipeline #11158 failed
...@@ -174,6 +174,7 @@ ...@@ -174,6 +174,7 @@
"[xml]": { "[xml]": {
"editor.defaultFormatter": "redhat.vscode-xml" "editor.defaultFormatter": "redhat.vscode-xml"
}, },
"C_Cpp.default.compileCommands": "${workspaceFolder}/build/compile_commands.json",
"cSpell.words": [ "cSpell.words": [
"cppcheck", "cppcheck",
"entrypoints", "entrypoints",
......
...@@ -49,7 +49,7 @@ private: ...@@ -49,7 +49,7 @@ private:
Filter filter; Filter filter;
ValvesList::Valve currentState; ValvesList::Valve currentState;
static constexpr char* baseStylesheet = static constexpr const char* baseStylesheet =
"border-bottom-width:1px;border-left-width:1px;border-top-width:" "border-bottom-width:1px;border-left-width:1px;border-top-width:"
"1px;border-radius:0;"; "1px;border-radius:0;";
}; };
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment