Commit f35d0364 authored by Arthur O'Dwyer's avatar Arthur O'Dwyer
Browse files

unit tests: Fix -Wunused-parameter warnings about argc/argv.

I'm vaguely aware that some embedded compilers insist on the
argc/argv signature (libc++'s unit tests mandate it, for example).
But in this repo we've already got a mix of `int main()` and
`int main(int, char**)`, so clearly nobody's complaining about
`int main()` yet.

Thanks to @obgm for the patch!
parent bdddc246
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment