-
Notifications
You must be signed in to change notification settings - Fork 3
/
compile.log
69 lines (69 loc) · 4.05 KB
/
compile.log
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
+ g++ -o BitEpi.o -O3 BitEpi.cpp csvparser.c -pthread
BitEpi.cpp: In member function ‘void ARGS::Parse(int, char**)’:
BitEpi.cpp:510:7: warning: ‘ -b’ directive writing 3 bytes into a region of size between 1 and 1024 [-Wformat-overflow=]
void Parse(int argc, char* argv[])
^~~~~
BitEpi.cpp:510:7: note: directive argument in the range [1, 4]
In file included from /usr/include/stdio.h:862:0,
from BitEpi.cpp:41:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:34:43: note: ‘__builtin___sprintf_chk’ output between 5 and 1028 bytes into a destination of size 1024
__bos (__s), __fmt, __va_arg_pack ());
^
BitEpi.cpp:510:7: warning: ‘ -a’ directive writing 3 bytes into a region of size between 1 and 1024 [-Wformat-overflow=]
void Parse(int argc, char* argv[])
^~~~~
BitEpi.cpp:510:7: note: directive argument in the range [1, 4]
In file included from /usr/include/stdio.h:862:0,
from BitEpi.cpp:41:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:34:43: note: ‘__builtin___sprintf_chk’ output between 5 and 1028 bytes into a destination of size 1024
__bos (__s), __fmt, __va_arg_pack ());
^
BitEpi.cpp:510:7: warning: ‘ -sort’ directive writing 6 bytes into a region of size between 1 and 1024 [-Wformat-overflow=]
void Parse(int argc, char* argv[])
^~~~~
In file included from /usr/include/stdio.h:862:0,
from BitEpi.cpp:41:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:34:43: note: ‘__builtin___sprintf_chk’ output between 7 and 1030 bytes into a destination of size 1024
__bos (__s), __fmt, __va_arg_pack ());
^
BitEpi.cpp: In member function ‘void EpiStat::Run()’:
BitEpi.cpp:2265:7: warning: ‘%s’ directive writing up to 1023 bytes into a region of size 1020 [-Wformat-overflow=]
void Run()
^~~
BitEpi.cpp:2265:7: note: directive argument in the range [1, 4]
BitEpi.cpp:2265:7: note: directive argument in the range [1, 4]
In file included from /usr/include/stdio.h:862:0,
from BitEpi.cpp:41:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:34:43: note: ‘__builtin___sprintf_chk’ output 70 or more bytes (assuming 2116) into a destination of size 1024
__bos (__s), __fmt, __va_arg_pack ());
^
BitEpi.cpp:2265:7: warning: ‘%s’ directive writing up to 1023 bytes into a region of size 1021 [-Wformat-overflow=]
void Run()
^~~
BitEpi.cpp:2265:7: note: directive argument in the range [1, 4]
In file included from /usr/include/stdio.h:862:0,
from BitEpi.cpp:41:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:34:43: note: ‘__builtin___sprintf_chk’ output between 17 and 1040 bytes into a destination of size 1024
__bos (__s), __fmt, __va_arg_pack ());
^
BitEpi.cpp:2265:7: warning: ‘%s’ directive writing up to 1023 bytes into a region of size 1020 [-Wformat-overflow=]
void Run()
^~~
BitEpi.cpp:2265:7: note: directive argument in the range [1, 4]
BitEpi.cpp:2265:7: note: directive argument in the range [1, 4]
In file included from /usr/include/stdio.h:862:0,
from BitEpi.cpp:41:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:34:43: note: ‘__builtin___sprintf_chk’ output 73 or more bytes (assuming 2119) into a destination of size 1024
__bos (__s), __fmt, __va_arg_pack ());
^
BitEpi.cpp:2265:7: warning: ‘%s’ directive writing up to 1023 bytes into a region of size 1021 [-Wformat-overflow=]
void Run()
^~~
BitEpi.cpp:2265:7: note: directive argument in the range [1, 4]
In file included from /usr/include/stdio.h:862:0,
from BitEpi.cpp:41:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:34:43: note: ‘__builtin___sprintf_chk’ output between 18 and 1041 bytes into a destination of size 1024
__bos (__s), __fmt, __va_arg_pack ());
^
+ chmod 777 BitEpi.o
+ exit