foo.c:1: warning: ignoring #pragma warning [-Wunknown-pragmas]
1 | #pragma warning (disable : 4996)
|
foo.c: In function 'main':
foo.c:19:2: warning: 'gets' is deprecated [-Wdeprecated-declarations]
19 | gets(dictionary);
| ^~~~
In file included from /usr/include/stdio.h:867,
from foo.c:2:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:235:1: note: declared here
235 | gets (char *__str)
| ^~~~
foo.c:29:3: warning: 'gets' is deprecated [-Wdeprecated-declarations]
29 | gets(word[i]);
| ^~~~
In file included from /usr/include/stdio.h:867,
from foo.c:2:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:235:1: note: declared here
235 | gets (char *__str)
| ^~~~
foo.c:19:2: warning: ignoring return value of 'gets', declared with attribute warn_unused_result [-Wunused-result]
19 | gets(dictionary);
| ^~~~~~~~~~~~~~~~
foo.c:27:2: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
27 | scanf("%d\n", &word_num);
| ^~~~~~~~~~~~~~~~~~~~~~~~
foo.c:29:3: warning: ignoring return value of 'gets', declared with attribute warn_unused_result [-Wunused-result]
29 | gets(word[i]);
| ^~~~~~~~~~~~~
foo.c:40:2: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
40 | scanf("%d", &type);
| ^~~~~~~~~~~~~~~~~~
In file included from /usr/include/stdio.h:867,
from foo.c:2:
In function 'gets',
inlined from 'main' at foo.c:29:3:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:239:10: warning: call to '__gets_warn' declared with attribute warning: please use fgets or getline instead, gets can't specify buffer size [-Wattribute-warning]
239 | return __gets_warn (__str);
| ^~~~~~~~~~~~~~~~~~~
/usr/bin/ld: /tmp/ccgXvG0D.o: in function `main':
foo.c:(.text.startup+0xdc): warning: the `gets' function is dangerous and should not be used.
/usr/bin/ld: foo.c:(.text.startup+0x29): warning: the `gets' function is dangerous and should not be used.
[Hydro](https://hydro.ac)提供评测服务