]> sigrok.org Git - libsigrokdecode.git/commit
irmp: silence missing prototype compiler warning
authorGerhard Sittig <redacted>
Sun, 23 Feb 2020 04:49:51 +0000 (05:49 +0100)
committerGerhard Sittig <redacted>
Sat, 18 Jul 2020 13:26:16 +0000 (15:26 +0200)
commitfa32c8f9fd897073f32205587ade4aaca7f8a7a9
tree104108ea4e5aa316f55eb4a56eafb3b211bee62e
parenta9f2b88c3f74e0b776bfaee56402bb7682026a64
irmp: silence missing prototype compiler warning

The sigrok project enforces warnings when public routines of compile
units lack prototypes. Add a prototype for the irmp.c:print_spectrum()
routine to silence a compiler warning. An alternative would have been to
mark the routine as static (it's exclusively used within the same file).
irmp/irmp.c