From e25effa9fba855e8a871b2cb70fc422870fb6f1e Mon Sep 17 00:00:00 2001 From: Evgeny Mandrikov Date: Mon, 5 Dec 2016 19:55:41 +0100 Subject: [PATCH] SonarQube: remove useless properties "sonar.c.std" and "sonar.cpp.std" When using build-wrapper this is inferred based on an actual build. --- sonar-project.properties | 2 -- 1 file changed, 2 deletions(-) diff --git a/sonar-project.properties b/sonar-project.properties index 4e2666cd56..099ea05c53 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -37,8 +37,6 @@ sonar.cfamily.build-wrapper-output=bw-outputs # Encoding of the source files sonar.sourceEncoding=UTF-8 -sonar.cpp.std=gnu++11 -sonar.c.std=gnu11 sonar.java.source=7 # Disable the whole logging mechanism during SonarQube analysis (our logging macro are crude, but should not harm Sonar) -- 2.20.1