Modify ↓
Opened 13 years ago
Closed 12 years ago
#59 closed defect (fixed)
pcitool does not compile with ufodecode 0.1
Reported by: | Matthias Vogelgesang | Owned by: | Suren A. Chilingaryan |
---|---|---|---|
Priority: | blocker | Milestone: | |
Component: | pcilib | Version: | |
Keywords: | Cc: | Suren A. Chilingaryan |
Description
After a fresh checkout of both ufodecode and pcitool, building the pcitool breaks with this output:
/home/matthias/dev/pcitool/ipecamera/data.c: In function ‘ipecamera_decode_frame’: /home/matthias/dev/pcitool/ipecamera/data.c:58: warning: passing argument 7 of ‘ufo_decoder_decode_frame’ from incompatible pointer type /usr/local/include/ufodecode.h:17: note: expected ‘uint32_t *’ but argument is of type ‘ipecamera_change_mask_t *’ /home/matthias/dev/pcitool/ipecamera/data.c:58: error: too few arguments to function ‘ufo_decoder_decode_frame’ make[2]: *** [ipecamera/CMakeFiles/ipecamera.dir/data.c.o] Fehler 1 make[1]: *** [ipecamera/CMakeFiles/ipecamera.dir/all] Fehler 2
I introduced the change to ufo_decoder_decode_frame in order to support the new frame formats.
Attachments (0)
Note: See
TracTickets for help on using
tickets.