Package: libc6-dev
Version: 2.3.2.ds1-11
Severity: normal
I get a warning when compiling the following testapp:
#include
#include
int main(int argc, char **argv) {
kill(0,0);
return 0;
}
I use the this command line:
gcc -ansi -Wall -D_BSD_SOURCE -c killbug.c
The warning
Package: libc6-dev
Version: 2.3.2.ds1-11
Severity: normal
I get a warning when compiling the following testapp:
#include
#include
int main(int argc, char **argv) {
kill(0,0);
return 0;
}
I use the this command line:
gcc -ansi -Wall -D_BSD_SOURCE -c killbug.c
The warning
2 matches
Mail list logo