The rule that allows you to pass a pointer to a function that expects a const pointer [is only applied at top level](http://c-faq.com/ansi/constmismatch.html), so if you try to pass an `argv` declared in the standard way (`char *argv[]`) to `munit_suite_main`, GCC will warn about it.
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be resolved. The issue was opened by jibsen and has received 3 comments.