lcm-proj / lcm

Lightweight Communications and Marshalling
GNU Lesser General Public License v2.1
944 stars 385 forks source link

Fix lcm-gen output's compiler warnings #504

Closed nosracd closed 2 months ago

nosracd commented 2 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.