Skip to content
Snippets Groups Projects

Use -Wno-sign-conversion if g++ is secretly clang

Open bfreib requested to merge bfreib/eecs281_project0:master into master

Full disclosure: I have very minimal Makefile experience, so this may need to be tweaked

Attempts to resolve issue where compilation using clang (which is what g++ seems to actually use on recent versions of macOS) is more sensitive to -Wsign-conversion warnings (e.g. "error: implicit conversion changes signedness: 'int' to 'size_type'")

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading