X-Git-Url: http://git.buserror.net/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=idlcomp%2Ftypes.cc;h=c22d0bef92240b988a2b3cc6e5a4e1fae461bc8d;hb=173d8903eb9d51a4ea7d7fa3e52dc86c9bb6d4f1;hp=c885f3fe15b93d92f23ee31a2b7cfdc731ffee24;hpb=77bf9a95a836b14a243953e1fbd28c7c1106c59a;p=polintos%2Fscott%2Fpriv.git 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); } }