]> git.buserror.net Git - polintos/scott/priv.git/blobdiff - idlcomp/types.cc
Fix GCC 4.1.3 issues
[polintos/scott/priv.git] / idlcomp / types.cc
index c885f3fe15b93d92f23ee31a2b7cfdc731ffee24..c22d0bef92240b988a2b3cc6e5a4e1fae461bc8d 100644 (file)
@@ -320,7 +320,8 @@ void Datum::final_analysis()
                        yyerrorfl(name->file, name->line,
                                  "Explicit size %llu on \"%s\" is too small for "
                                  "type \"%s\", which has a minimum size of %u",
-                                 def.ucon, get_fq_name()->flatten()->c_str(),
+                                 (unsigned long long)def.ucon,
+                                 get_fq_name()->flatten()->c_str(),
                                  type->get_fq_name()->flatten()->c_str(), defsize);
                }
        }