Page MenuHomePhabricator

Fix gcc 9 and clang 8 compilation
Closed, ResolvedPublic

Description

gcc 9.x and clang 8.x are again more strict, causing compilation warnings and errors

Revisions and Commits

Event Timeline

nolden triaged this task as Normal priority.Jun 27 2019, 10:17 AM
nolden created this task.
nolden added a revision: Restricted Differential Revision.Jun 27 2019, 2:19 PM
kislinsk added a subscriber: kislinsk.

May be worth cherry-picking these commits into releases/2018-04 as well.

Dashboard is red. Many errors related to missing overload of operator <<. I guess this is related to changing many ref types of catch blocks without adapting the code in the catch blocks.

Cherry-picked into releases/2018-04. Peter's fixes do not affect code available there.

nolden added a revision: Restricted Differential Revision.Jul 1 2019, 5:26 PM
nolden added a revision: Restricted Differential Revision.Sep 30 2019, 4:34 PM
This comment was removed by kislinsk.