Closed nosracd closed 7 months ago
This PR fixes two warnings that occur when compiling the C output of lcm-gen.
d70ca21a11cf950719eac356362a53a957652271 fixes an unused parameter warning resulting from #503.
c3a2daa683bd8d9ded60606b2028f9d59d425afa fixes a warning from passing a function pointer to fprintf, formatted using %p.
fprintf
%p
This PR fixes two warnings that occur when compiling the C output of lcm-gen.
d70ca21a11cf950719eac356362a53a957652271 fixes an unused parameter warning resulting from #503.
c3a2daa683bd8d9ded60606b2028f9d59d425afa fixes a warning from passing a function pointer to
fprintf
, formatted using%p
.