diff options
author | Yoctopuce <dev@yoctopuce.com> | 2024-01-30 09:46:17 +0100 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2024-02-15 11:00:50 +1100 |
commit | 5d83bbca60ea3f4071b9245daf8a41296072f918 (patch) | |
tree | 57d2dc606e16f8beb571644c990b3eabf854fb8b /py/persistentcode.c | |
parent | 587b6f2e346eb0ab4c330f27fb144d9025ac9426 (diff) |
shared/timeutils: Remove useless void-return.
The C99 standard states:
6.8.6.4 The return statement Constraints
A return statement with an expression shall not appear in a function
whose return type is void. A return statement without an expression
shall only appear in a function whose return type is void.
And when `-pedantic` is enabled the compiler gives an error.
Signed-off-by: Yoctopuce <dev@yoctopuce.com>
Diffstat (limited to 'py/persistentcode.c')
0 files changed, 0 insertions, 0 deletions