From: Martin Quinson Date: Mon, 12 Dec 2016 09:39:38 +0000 (+0100) Subject: try to not disable our logs on sonar, just to see X-Git-Tag: v3_14~69 X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/c4de17f35a2375646341084da2dc505fb4e5f60e try to not disable our logs on sonar, just to see --- diff --git a/sonar-project.properties b/sonar-project.properties index 099ea05c53..7ca6dbfe06 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -40,7 +40,7 @@ sonar.sourceEncoding=UTF-8 sonar.java.source=7 # Disable the whole logging mechanism during SonarQube analysis (our logging macro are crude, but should not harm Sonar) -sonar.cfamily.predefinedMacros=#define XBT_LOG_MAYDAY +# sonar.cfamily.predefinedMacros=#define XBT_LOG_MAYDAY # Talk to me (travis don't like it, it's too much) # sonar.verbose=true