You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Donat Zenichev
1c16d822d7
MT#60408 Don't use register storage class for READ_NUMBER
...
Don't store `fin` variable in a processor register
but store as usually in memory.
Resolves:
parse_100rel.cpp: In function 'bool parse_rseq(unsigned int*, const char*, int)':
parse_100rel.cpp:19:19: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
19 | register bool fin; \
| ^~~
parse_100rel.cpp:55:3: note: in expansion of macro 'READ_NUMBER'
55 | READ_NUMBER(rseq, pos, end);
| ^~~~~~~~~~~
parse_100rel.cpp: In function 'bool parse_rack(sip_rack*, const char*, int)':
parse_100rel.cpp:19:19: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
19 | register bool fin; \
| ^~~
parse_100rel.cpp:84:3: note: in expansion of macro 'READ_NUMBER'
84 | READ_NUMBER(rseq, pos, end);
| ^~~~~~~~~~~
parse_100rel.cpp:19:19: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
19 | register bool fin; \
| ^~~
parse_100rel.cpp:91:3: note: in expansion of macro 'READ_NUMBER'
91 | READ_NUMBER(cseq, pos, end);
| ^~~~~~~~~~~
Change-Id: I9030a5ac8b7ebb0dd1b932296f73a7987639fc26
2 years ago
..
Makefile
MT#55831 Revamp the build system
4 years ago
async_file.cpp
Imported Upstream version 1.6.0~20150612~a2d214df36
11 years ago
async_file.h
Imported Upstream version 1.6.0~20150612~a2d214df36
11 years ago
async_file_writer.cpp
Imported Upstream version 1.6.0~20150612~a2d214df36
11 years ago
async_file_writer.h
Imported Upstream version 1.6.0~20150612~a2d214df36
11 years ago
cstring.h
Imported Upstream version 1.6.0~20140516~eaa616
12 years ago
defs.h
MT#59446 Do not pend call leg update for pick up case
2 years ago
exclusive_file.cpp
Imported Upstream version 1.6.0~20150612~a2d214df36
11 years ago
exclusive_file.h
Imported Upstream version 1.6.0~20150612~a2d214df36
11 years ago
fifo_buffer.cpp
Imported Upstream version 1.6.0~20150612~a2d214df36
11 years ago
fifo_buffer.h
Imported Upstream version 1.6.0~20150612~a2d214df36
11 years ago
hash.cpp
- moved sipctrl plug-in into the core (core/sip).
16 years ago
hash.h
- moved sipctrl plug-in into the core (core/sip).
16 years ago
ip_util.cpp
Imported Upstream version 1.6.0~20140516~eaa616
12 years ago
ip_util.h
Imported Upstream version 1.6.0~20140516~eaa616
12 years ago
msg_fline.cpp
Imported Upstream version 1.6.0~20140516~eaa616
12 years ago
msg_fline.h
added OpenSSL linking exception to license
16 years ago
msg_hdrs.cpp
Imported Upstream version 1.6.0~20140516~eaa616
12 years ago
msg_hdrs.h
Imported Upstream version 1.6.0~20140516~eaa616
12 years ago
msg_logger.cpp
Imported Upstream version 1.6.0~20150612~a2d214df36
11 years ago
msg_logger.h
Imported Upstream version 1.6.0~20150612~a2d214df36
11 years ago
parse_100rel.cpp
MT#60408 Don't use register storage class for READ_NUMBER
2 years ago
parse_100rel.h
100rel bug fix
16 years ago
parse_common.cpp
MT#57391 sems (CE): eliminate the `auto_ptr` usage (deprecated in C++11)
3 years ago
parse_common.h
Imported Upstream version 1.6.0~20140516~eaa616
12 years ago
parse_cseq.cpp
added OpenSSL linking exception to license
16 years ago
parse_cseq.h
added OpenSSL linking exception to license
16 years ago
parse_dns.cpp
Imported Upstream version 1.6.0~20140516~eaa616
12 years ago
parse_dns.h
Imported Upstream version 1.6.0~20140516~eaa616
12 years ago
parse_extensions.cpp
add support for 100rel extension (prack)
16 years ago
parse_extensions.h
add support for 100rel extension (prack)
16 years ago
parse_from_to.cpp
Imported Upstream version 1.6.0~20140516~eaa616
12 years ago
parse_from_to.h
Imported Upstream version 1.6.0~20140516~eaa616
12 years ago
parse_header.cpp
MT#57391 sems (CE): eliminate the `auto_ptr` usage (deprecated in C++11)
3 years ago
parse_header.h
Imported Upstream version 1.6.0~20140516~eaa616
12 years ago
parse_nameaddr.cpp
Imported Upstream version 1.6.0~20140516~eaa616
12 years ago
parse_nameaddr.h
Imported Upstream version 1.6.0~20140516~eaa616
12 years ago
parse_next_hop.cpp
Imported Upstream version 1.6.0~20140516~eaa616
12 years ago
parse_next_hop.h
Imported Upstream version 1.6.0~20140516~eaa616
12 years ago
parse_route.cpp
MT#57391 sems (CE): eliminate the `auto_ptr` usage (deprecated in C++11)
3 years ago
parse_route.h
b/f: multiple routes within a [Record-]Route HF.
16 years ago
parse_uri.cpp
Imported Upstream version 1.6.0~20140516~eaa616
12 years ago
parse_uri.h
Imported Upstream version 1.6.0~20140516~eaa616
12 years ago
parse_via.cpp
MT#57391 sems (CE): eliminate the `auto_ptr` usage (deprecated in C++11)
3 years ago
parse_via.h
added OpenSSL linking exception to license
16 years ago
pcap_logger.cpp
Imported Upstream version 1.6.0~20150612~a2d214df36
11 years ago
pcap_logger.h
Imported Upstream version 1.6.0~20150612~a2d214df36
11 years ago
raw_sender.cpp
Imported Upstream version 1.6.0~20140516~eaa616
12 years ago
raw_sender.h
Imported Upstream version 1.6.0~20140516~eaa616
12 years ago
raw_sock.cpp
Imported Upstream version 1.6.0~20150612~a2d214df36
11 years ago
raw_sock.h
Imported Upstream version 1.6.0~20140516~eaa616
12 years ago
resolver.cpp
MT#55831 Fix for C++11
4 years ago
resolver.h
Imported Upstream version 1.6.0~20140516~eaa616
12 years ago
sip_parser.cpp
MT#57391 sems (CE): eliminate the `auto_ptr` usage (deprecated in C++11)
3 years ago
sip_parser.h
Imported Upstream version 1.6.0~20140516~eaa616
12 years ago
sip_parser_async.cpp
MT#57408 warning: clearing an object of non-trivial type
3 years ago
sip_parser_async.h
MT#57408 warning: clearing an object of non-trivial type
3 years ago
sip_timers.cpp
Imported Upstream version 1.6.0~20140516~eaa616
12 years ago
sip_timers.h
Imported Upstream version 1.6.0~20140516~eaa616
12 years ago
sip_trans.cpp
MT#40962 make wheeltimer::wall_clock private
2 years ago
sip_trans.h
Imported Upstream version 1.6.0~20150612~a2d214df36
11 years ago
sip_ua.h
Imported Upstream version 1.6.0~20140516~eaa616
12 years ago
tcp_trsp.cpp
MT#57410 warning: ignoring return value of 'int pipe(int*)' (tcp_trsp.cpp)
3 years ago
tcp_trsp.h
Imported Upstream version 1.6.0~20140516~eaa616
12 years ago
tr_blacklist.cpp
MT#40962 make wheeltimer::wall_clock private
2 years ago
tr_blacklist.h
Imported Upstream version 1.6.0~20140516~eaa616
12 years ago
trans_layer.cpp
MT#57391 sems (CE): eliminate the `auto_ptr` usage (deprecated in C++11)
3 years ago
trans_layer.h
Imported Upstream version 1.6.0~20140516~eaa616
12 years ago
trans_table.cpp
Imported Upstream version 1.6.0~20140516~eaa616
12 years ago
trans_table.h
Imported Upstream version 1.6.0~20140516~eaa616
12 years ago
transport.cpp
Imported Upstream version 1.6.0~20140516~eaa616
12 years ago
transport.h
Imported Upstream version 1.6.0~20150519~ae8a42
11 years ago
udp_trsp.cpp
Imported Upstream version 1.6.0~20140516~eaa616
12 years ago
udp_trsp.h
Imported Upstream version 1.6.0~20140516~eaa616
12 years ago
wheeltimer.cpp
MT#40962 increase idle sleep time
2 years ago
wheeltimer.h
MT#40962 use condition variable for events
2 years ago