Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
SonarQube: remove useless properties "sonar.c.std" and "sonar.cpp.std"
authorEvgeny Mandrikov <mandrikov@gmail.com>
Mon, 5 Dec 2016 18:55:41 +0000 (19:55 +0100)
committerMartin Quinson <martin.quinson@loria.fr>
Mon, 5 Dec 2016 21:44:34 +0000 (22:44 +0100)
When using build-wrapper this is inferred based on an actual build.

sonar-project.properties

index 4e2666c..099ea05 100644 (file)
@@ -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)