Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compiling under C++17 produces hundreds of warnings #355

Open
patrick-dojofive opened this issue Aug 15, 2023 · 0 comments
Open

Compiling under C++17 produces hundreds of warnings #355

patrick-dojofive opened this issue Aug 15, 2023 · 0 comments

Comments

@patrick-dojofive
Copy link

Example compile command

"/Library/Developer/CommandLineTools/usr/bin/c++ -DUSE_RE2 -D_LIBCXXABI_FUNC_VIS=\"\" -I/<path/to/project>ThirdParty/bloaty/bloaty-src/third_party/re2 -I/<path/to/project>ThirdParty/bloaty/bloaty-src/third_party/capstone/include -I/<path/to/project>ThirdParty/bloaty/bloaty-src/. -I/<path/to/project>ThirdParty/bloaty/bloaty-src/src -I/<path/to/project>ThirdParty/bloaty/bloaty-src/third_party/abseil-cpp -I/<path/to/project>ThirdParty/bloaty/bloaty-build/src -isystem /<path/to/project>ThirdParty/bloaty/bloaty-src/third_party/protobuf/src -isystem /<path/to/project>ThirdParty/bloaty/bloaty-src/third_party/zlib  -fdiagnostics-color=always -Os -DNDEBUG -std=gnu++17 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.3.sdk -o CMakeFiles/libbloaty.dir/src/bloaty.cc.o -c /<path/to/project>ThirdParty/bloaty/bloaty-src/src/bloaty.cc"

Ultimately, we're trying to integrate this as part of a C++23 project and running bloaty automatically as part of every build.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant