I read this three times and I'm still not quite sure what this is telling me:

/<<PKGBUILDDIR>>/core/uemis-downloader.cpp: In function ‘build_ans_path(char 
const*, int)’:
/<<PKGBUILDDIR>>/core/uemis-downloader.cpp:290:32: error: ‘%s’ directive output 
between 0 and 12 bytes may cause result to exceed ‘INT_MAX’ 
[-Werror=format-truncation=]
  290 |         snprintf(buf, len, "%s/%s", path, name);
      |                                ^~
......
  529 |         ans_path = build_filename(intermediate, fl);
      |                                                 ~~

This is causing some of our automated builds to fail.
Those with better skills in interpreting error messages... what am I missing?

/D
_______________________________________________
subsurface mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to