eclipse-wakaama / wakaama

Eclipse Wakaama is a C implementation of the Open Mobile Alliance's LightWeight M2M protocol (LWM2M).
BSD 3-Clause "New" or "Revised" License
498 stars 374 forks source link

testing: Fix functions with missing `void` argument #747

Closed LukasWoodtli closed 8 months ago

LukasWoodtli commented 8 months ago

The void argument was present in the declaration but not in the definition.