Why this shows warning:
#include foo (const char **p) { } int main(int argc , char **argv) { foo(argv); }
But following
Depending on your compilation flags, you might need an explicit cast when assigning cp's content to ccp.