sysy-data/performance_c/log/conv0.log

23 lines
1.0 KiB
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

stdout:
stderr:
/home/wangfiox/Documents/database/performance_c/sy/conv0.sy:98:6: warning: conflicting types for built-in function memmove; expected void *(void *, const void *, long unsigned int) [-Wbuiltin-declaration-mismatch]
98 | void memmove(int dst[], int src[], int n){
| ^~~~~~~
/home/wangfiox/Documents/database/performance_c/sy/conv0.sy:2:1: note: memmove is declared in header <string.h>
1 | #include "sylib.h"
+++ |+#include <string.h>
2 | #include "sylib.h"
stdout:
stderr:
/home/wangfiox/Documents/database/performance_c/sy/conv0.sy:98:6: warning: conflicting types for built-in function memmove; expected void *(void *, const void *, long unsigned int) [-Wbuiltin-declaration-mismatch]
98 | void memmove(int dst[], int src[], int n){
| ^~~~~~~
/home/wangfiox/Documents/database/performance_c/sy/conv0.sy:2:1: note: memmove is declared in header <string.h>
1 | #include "sylib.h"
+++ |+#include <string.h>
2 | #include "sylib.h"