From 7fe94ca7b4aa191b1e79331b16724b7e9cc9f56e Mon Sep 17 00:00:00 2001 From: Petr Mrázek Date: Thu, 28 Jun 2018 23:18:45 +0200 Subject: NOISSUE fix all sorts of warnings, enable `Werror` and `pedantic` --- api/logic/meta/JsonFormat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'api/logic/meta') diff --git a/api/logic/meta/JsonFormat.h b/api/logic/meta/JsonFormat.h index 762a36f6..cc2c8f83 100644 --- a/api/logic/meta/JsonFormat.h +++ b/api/logic/meta/JsonFormat.h @@ -80,4 +80,4 @@ void serializeRequires(QJsonObject & objOut, RequireSet* ptr, const char * keyNa MetadataVersion currentFormatVersion(); } -Q_DECLARE_METATYPE(std::set); \ No newline at end of file +Q_DECLARE_METATYPE(std::set) -- cgit