virtualsquare / picotcp

Other
62 stars 15 forks source link

Reduce C lint #17

Closed ldoolitt closed 1 year ago

ldoolitt commented 1 year ago

Four commits; can be squashed or not.

Fix some C lint

(some of this only flagged by gcc when compiling with -O2)

Use standard and correct C initializers

Get rid of stray ";" in pico_stack.h

Convert mock functions to use char*buf