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

cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ #2911

Open
joachimmetz opened this issue Apr 14, 2024 · 2 comments

Comments

@joachimmetz
Copy link
Contributor

joachimmetz commented Apr 14, 2024

While working on some CI tests #2428 I noticed https://ci.appveyor.com/project/bcarrier/sleuthkit/builds/49610863/job/tag39mo5c48bxwof#L1091 looks like ‘-Wno-unused-command-line-argument’ is not supported by g++

cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’

A later version of g++

At global scope:
cc1plus: note: unrecognized command-line option ‘-Wno-unused-command-line-argument’ may have been intended to silence earlier diagnostics
@joachimmetz
Copy link
Contributor Author

joachimmetz commented Apr 14, 2024

I also recommend setting APPVEYOR_BUILD_WORKER_IMAGE: ubuntu2204 also see https://www.appveyor.com/docs/linux-images-software/ given that the Ubuntu image is using 18.04, which has exceeded end of standard support https://ubuntu.com/about/release-cycle

@joachimmetz
Copy link
Contributor Author

joachimmetz commented Apr 14, 2024

I see I had reported ‘-Wno-unused-command-line-argument` previously as well #2747

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