Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Issue 29377871: Issue 4950 - Add -fpermissive to allow building on recent gcc.This is caused by V8 code.Possibly… (Closed)

Created:
March 3, 2017, 8:13 p.m. by hub
Modified:
March 16, 2017, 5:10 p.m.
Reviewers:
Felix Dahlke
CC:
sergei
Base URL:
https://hg.adblockplus.org/libadblockplus/
Visibility:
Public.

Description

Issue 4950 - Add -fpermissive to allow building on recent gcc. This is caused by V8 code. Possibly revert this when we have a newer version of V8

Patch Set 1 #

Total comments: 4

Patch Set 2 : Added comment as requested. #

Patch Set 3 : update comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -1 line) Patch
M common.gypi View 1 2 1 chunk +5 lines, -1 line 0 comments Download

Messages

Total messages: 6
hub
March 3, 2017, 8:13 p.m. (2017-03-03 20:13:30 UTC) #1
Felix Dahlke
https://codereview.adblockplus.org/29377871/diff/29377872/common.gypi File common.gypi (right): https://codereview.adblockplus.org/29377871/diff/29377872/common.gypi#newcode17 common.gypi:17: '-pedantic', '-std=c++0x', '-fexceptions', '-fpermissive' ], I'm a bit rusty ...
March 6, 2017, 5 p.m. (2017-03-06 17:00:42 UTC) #2
hub
https://codereview.adblockplus.org/29377871/diff/29377872/common.gypi File common.gypi (right): https://codereview.adblockplus.org/29377871/diff/29377872/common.gypi#newcode17 common.gypi:17: '-pedantic', '-std=c++0x', '-fexceptions', '-fpermissive' ], On 2017/03/06 17:00:41, Felix ...
March 6, 2017, 5:41 p.m. (2017-03-06 17:41:41 UTC) #3
Felix Dahlke
https://codereview.adblockplus.org/29377871/diff/29377872/common.gypi File common.gypi (right): https://codereview.adblockplus.org/29377871/diff/29377872/common.gypi#newcode17 common.gypi:17: '-pedantic', '-std=c++0x', '-fexceptions', '-fpermissive' ], On 2017/03/06 17:41:41, hub ...
March 7, 2017, 7:30 a.m. (2017-03-07 07:30:00 UTC) #4
hub
https://codereview.adblockplus.org/29377871/diff/29377872/common.gypi File common.gypi (right): https://codereview.adblockplus.org/29377871/diff/29377872/common.gypi#newcode17 common.gypi:17: '-pedantic', '-std=c++0x', '-fexceptions', '-fpermissive' ], On 2017/03/07 07:29:59, Felix ...
March 7, 2017, 4:36 p.m. (2017-03-07 16:36:18 UTC) #5
Felix Dahlke
March 7, 2017, 4:40 p.m. (2017-03-07 16:40:42 UTC) #6
LGTM

Powered by Google App Engine
This is Rietveld