Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
a useless comment added
[simgrid.git] / src / surf / surfxml_parse.c
index 84294fe..c8d2f0c 100644 (file)
@@ -168,7 +168,7 @@ void ETag_surfxml_argument(void)
 }
 
 void  surf_parse_open(const char *file) {
-  static int warned = 0;
+  static int warned = 0; /* warn only once */
   if(!file) {
     if (!warned) {
       WARN0("Bypassing the XML parser since surf_parse_open received a NULL pointer. If it is not what you want, go fix your code.");