X-Git-Url: http://git.buserror.net/cgi-bin/gitweb.cgi?p=polintos%2Fscott%2Fpriv.git;a=blobdiff_plain;f=idlcomp%2Ftypes.cc;h=c22d0bef92240b988a2b3cc6e5a4e1fae461bc8d;hp=c885f3fe15b93d92f23ee31a2b7cfdc731ffee24;hb=635cfedb4bbe270f114f7a4e5ab58b7d8e054f7d;hpb=15d9baeca05f30f8564785c255fed765ede457ff diff --git a/idlcomp/types.cc b/idlcomp/types.cc index c885f3f..c22d0be 100644 --- a/idlcomp/types.cc +++ b/idlcomp/types.cc @@ -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); } }