Author
anonymous
over 7 years ago
Language
Compiler
Options
Author
anonymous
over 7 years ago
$
prog.c: In function 'main':
prog.c:9:14: warning: pointer targets in passing argument 2 of 'strcpy' differ in signedness [-Wpointer-sign]
strcpy(b,a);
^
In file included from prog.c:1:0:
/usr/include/string.h:125:14: note: expected 'const char * restrict' but argument is of type 'const signed char *'
extern char *strcpy (char *__restrict __dest, const char *__restrict __src)
^~~~~~
Hello
Exit Code:
0