 Issue 5326829724368896:
  1521 - libadblockplus is not compilable on linux x64  (Closed)
    
  
    Issue 5326829724368896:
  1521 - libadblockplus is not compilable on linux x64  (Closed) 
  | Index: common.gypi | 
| =================================================================== | 
| --- a/common.gypi | 
| +++ b/common.gypi | 
| @@ -15,6 +15,7 @@ | 
| 'cflags': [ '-Wall', '-W', '-Wno-unused-parameter', | 
| '-Wnon-virtual-dtor', '-pthread', '-fno-rtti', | 
| '-pedantic', '-std=c++0x', '-fexceptions', ], | 
| + 'cflags!': [ '-Werror', ], | 
| 'ldflags': [ '-pthread', ], | 
| }, | 
| }], |