Commit dc0bde95 authored by Thiago Macieira's avatar Thiago Macieira
Browse files

Disable -Wcast-qual in qtwayland


We have a lot of generated C source code that needs to do casting and C
doesn't have const_cast, so the -Wcast-qual option produces a lot of
noise. Let's make sure it isn't enabled in qmake.conf or qt_common.prf.

Change-Id: Iee8cbc07c4434ce9b560ffff13c9635861a8eca9
Reviewed-by: default avatarGiulio Camuffo <giulio.camuffo@jollamobile.com>
parent 1239e62b
Showing with 9 additions and 0 deletions
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment