1
0
mirror of https://github.com/fwbuilder/fwbuilder synced 2026-05-02 15:17:28 +02:00

refactor: Use -Wno-overloaded-virtual

This commit is contained in:
Sirius Bakke 2018-10-04 17:01:22 +02:00
parent 8371c531de
commit 6afe1fc916

View File

@ -31,7 +31,7 @@ Product {
'FWBUILDER_XML_VERSION="' + project.xmlVersion + '"'
]
cpp.cxxFlags: []
cpp.cxxFlags: ["-Wno-overloaded-virtual"]
cpp.linkerFlags: []
Properties {