Cleaning up gcc warnings #1020
theodoregoetz
started this conversation in
Ideas
Replies: 1 comment
-
Of course, I'd do that latter part in the vsg_setup_build_vars() method in the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi @robertosfield , I'd like to make a sweep through the VSG code to clear out all the warnings I'm getting from gcc (v13.2.1). Currently, when compiling against VSG as a git submodule, I have put this at the top of my own cmake file:
which is not ideal. I'm more than willing to clean these up in a PR unless you would rather be in control of this change.
I would also like to add the following to top of VSG's cmake file:
This is equivalent to what the current version of
cmake-init
produces in theCMakePresets.json
file for the gcc/clang presets.Beta Was this translation helpful? Give feedback.
All reactions