swift-nav / plover

Plover is a language for matrix algebra on embedded systems.
http://swift-nav.github.io/plover
MIT License
47 stars 14 forks source link

Zero parameter functions should be declared with "void" #22

Closed fnoble closed 9 years ago

fnoble commented 9 years ago

void foo() is not a valid function prototype.

should be void foo(void)

See C99 std (ISO 9989) pg. 6.7.5.3 # 10, 14: http://www.open-std.org/jtc1/sc22/wg14/www/docs/n1124.pdf