Moc: silence a GCC warning
It's already silenced for Clang, extend it to cover GCC too. Change-Id: I212ca78d7a203d69d490c46e7ef4b78a60cabd80 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>bb10
parent
5b6f59d6e7
commit
a2abca317a
|
|
@ -30,6 +30,7 @@ public slots:
|
|||
|
||||
QT_WARNING_PUSH
|
||||
QT_WARNING_DISABLE_CLANG("-Wcomment")
|
||||
QT_WARNING_DISABLE_GCC("-Wcomment")
|
||||
|
||||
// ends with \\\r should not make moc crash (QTBUG-53441) (no new lines on purpose!!) \
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue