From 36d6566ce7a97556f30628c378037d4162fee8f7 Mon Sep 17 00:00:00 2001 From: Ivan Komissarov Date: Tue, 19 Nov 2019 23:38:40 +0900 Subject: Fix compiler warnings on macOS Change-Id: I865357bf74bdaf88eabae5681c70a6e5032e274d Reviewed-by: Denis Shienkov Reviewed-by: Christian Kandeler --- src/plugins/generator/iarew/iarewfileversionproperty.cpp | 2 +- src/plugins/generator/iarew/iarewsourcefilepropertygroup.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/plugins') diff --git a/src/plugins/generator/iarew/iarewfileversionproperty.cpp b/src/plugins/generator/iarew/iarewfileversionproperty.cpp index 446b385b8..b84f37301 100644 --- a/src/plugins/generator/iarew/iarewfileversionproperty.cpp +++ b/src/plugins/generator/iarew/iarewfileversionproperty.cpp @@ -40,7 +40,7 @@ static QByteArray buildFileVersion(const IarewVersionInfo &versionInfo) case 7: case 8: case 10: - return QByteArrayLiteral('3'); + return QByteArrayLiteral("3"); default: return {}; } diff --git a/src/plugins/generator/iarew/iarewsourcefilepropertygroup.h b/src/plugins/generator/iarew/iarewsourcefilepropertygroup.h index 5f88cec27..6d0083573 100644 --- a/src/plugins/generator/iarew/iarewsourcefilepropertygroup.h +++ b/src/plugins/generator/iarew/iarewsourcefilepropertygroup.h @@ -36,7 +36,7 @@ namespace qbs { class ArtifactData; -class GeneratableProject; +struct GeneratableProject; class IarewSourceFilePropertyGroup final : public gen::xml::PropertyGroup -- cgit v1.2.3