rhboot / efibootmgr

efibootmgr development tree
GNU General Public License v2.0
514 stars 97 forks source link

Compile error with latest efibootmgr on i686 #6

Closed tpowa closed 10 years ago

tpowa commented 10 years ago

src/lib/unparse_path.c: In function 'unparse_messaging_path': src/lib/unparse_path.c:312:5: error: format '%lx' expects argument of type 'long unsigned int', but argument 5 has type 'uint64_t' [-Werror=format=] get(b, nvme->ieee_extended_unique_identifier)); ^ src/lib/unparse_path.c:312:5: error: format '%lx' expects argument of type 'long unsigned int', but argument 5 has type 'uint64_t' [-Werror=format=] cc1: all warnings being treated as errors

: recipe for target 'src/lib/unparse_path.o' failed make: **\* [src/lib/unparse_path.o] Error 1 Compiling on x86_64 is not affected.
vathpela commented 10 years ago

Should be fixed in ea6dccaed60caf11006f8a816113e4b0d39deefb ; if it isn't, please reopen this.