Hi!

I get the following build error on the default branch when building on a 
32-bit machine:

avnd_mds.c: In function 'avnd_mds_flat_ava_dec':
avnd_mds.c:1139:3: error: format '%lu' expects argument of type 'long 
unsigned int', but argument 7 has type 'unsigned int' [-Werror=format=]
    LOG_NO("%s: wrong number of bytes to decode (%u vs %lu)",
    ^
cc1: all warnings being treated as errors

It seems the sizeof(AVSV_NDA_AVA_MSG) needs to be casted to (unsigned long).

regards,
Anders Widell


------------------------------------------------------------------------------
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58041391&iu=/4140/ostg.clktrk
_______________________________________________
Opensaf-devel mailing list
Opensaf-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensaf-devel

Reply via email to