Page MenuHomePhabricator

The -Wredundant-move warning is C++ only
ClosedPublic

Authored by Fabien on May 28 2020, 19:45.

Details

Reviewers
majcosta
Group Reviewers
Restricted Project
Commits
rABC06234fb46320: The -Wredundant-move warning is C++ only
Summary

Prevent the compiler message:

warning: command-line option ‘-Wredundant-move’ is valid for C++/ObjC++
but not for C
Test Plan
ninja check

Check the message is gone.

Event Timeline

Fabien requested review of this revision.May 28 2020, 19:46
This revision is now accepted and ready to land.May 28 2020, 19:49
This revision was automatically updated to reflect the committed changes.