docopt / docopt.c

C-code generator for docopt language.
MIT License
318 stars 46 forks source link

Avoid compiler warnings if 'command' and 'argument' are unused #33

Closed rkday closed 7 years ago

gertoe commented 7 years ago

Well, I do not get these warnings with clang, with gcc I do. Possibly gcc is just more "pedantic"...