From: Evgeny Mandrikov Date: Mon, 5 Dec 2016 18:55:41 +0000 (+0100) Subject: SonarQube: remove useless properties "sonar.c.std" and "sonar.cpp.std" X-Git-Tag: v3_14~109 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/e25effa9fba855e8a871b2cb70fc422870fb6f1e SonarQube: remove useless properties "sonar.c.std" and "sonar.cpp.std" When using build-wrapper this is inferred based on an actual build. --- 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)