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.
Richard Fuchs
3e9883ae19
MT#62181 add missing initialiser
Fixes:
In file included from RoomInfo.cpp:2:
In copy constructor ‘constexpr ConferenceRoomParticipant::ConferenceRoomParticipant(const ConferenceRoomParticipant&)’,
inlined from ‘constexpr _Tp* std::construct_at(_Tp*, _Args&& ...) [with _Tp = ConferenceRoomParticipant; _Args = {ConferenceRoomParticipant}]’ at /usr/include/c++/15/bits/stl_construct.h:110:9,
inlined from ‘static constexpr void std::allocator_traits<std::allocator<_CharT> >::construct(allocator_type&, _Up*, _Args&& ...) [with _Up = ConferenceRoomParticipant; _Args = {ConferenceRoomParticipant}; _Tp = std::_List_node<ConferenceRoomParticipant>]’ at /usr/include/c++/15/bits/alloc_traits.h:676:21,
inlined from ‘std::__cxx11::list<_Tp, _Allocator>::_Node_ptr std::__cxx11::list<_Tp, _Allocator>::_M_create_node(_Args&& ...) [with _Args = {ConferenceRoomParticipant}; _Tp = ConferenceRoomParticipant; _Alloc = std::allocator<ConferenceRoomParticipant>]’ at /usr/include/c++/15/bits/stl_list.h:1106:33,
inlined from ‘void std::__cxx11::list<_Tp, _Allocator>::_M_insert(iterator, _Args&& ...) [with _Args = {ConferenceRoomParticipant}; _Tp = ConferenceRoomParticipant; _Alloc = std::allocator<ConferenceRoomParticipant>]’ at /usr/include/c++/15/bits/stl_list.h:2472:35,
inlined from ‘void std::__cxx11::list<_Tp, _Allocator>::push_back(value_type&&) [with _Tp = ConferenceRoomParticipant; _Alloc = std::allocator<ConferenceRoomParticipant>]’ at /usr/include/c++/15/bits/stl_list.h:1809:24,
inlined from ‘void ConferenceRoom::newParticipant(const std::string&, const std::string&, const std::string&)’ at RoomInfo.cpp:101:25:
RoomInfo.h:20:8: warning: ‘<unnamed>.ConferenceRoomParticipant::last_access_time’ is used uninitialized [-Wuninitialized]
20 | struct ConferenceRoomParticipant {
| ^~~~~~~~~~~~~~~~~~~~~~~~~
RoomInfo.cpp: In member function ‘void ConferenceRoom::newParticipant(const std::string&, const std::string&, const std::string&)’:
RoomInfo.cpp:101:52: note: ‘<anonymous>’ declared here
101 | participants.push_back(ConferenceRoomParticipant());
| ^
Change-Id: I937128861c2a3059e4c0ec6ede33f34ec500a496
|
2 months ago |
| .. |
|
ann_b2b
|
Imported Upstream version 1.6.0~20140516~eaa616
|
12 years ago |
|
announce_transfer
|
MT#59962 Rework AmMimeBody payload to be string
|
1 year ago |
|
announcement
|
MT#62181 onInvite et al: const updates
|
1 year ago |
|
annrecorder
|
MT#62181 onInvite et al: const updates
|
1 year ago |
|
callback
|
MT#62181 onInvite et al: const updates
|
1 year ago |
|
click2dial
|
MT#62763 Fix pycodestyle issues
|
5 months ago |
|
conf_auth
|
MT#62763 Fix pycodestyle issues
|
5 months ago |
|
conference
|
MT#62868 Fix order of execution of Option
|
8 months ago |
|
confpin
|
MT#62763 Fix pycodestyle issues, round two
|
5 months ago |
|
db_reg_agent
|
MT#62181 rename long2str to int2str
|
6 months ago |
|
diameter_client
|
MT#62181 AmArg: take ownership of ValueArray
|
1 year ago |
|
dsm
|
MT#65074 AmConfigReader: rework plug-ins parser
|
3 months ago |
|
early_announce
|
MT#62868 Fix order of execution of Option
|
8 months ago |
|
early_dbprompt
|
MT#59962 early_dbprompt: add Makefile
|
2 years ago |
|
examples
|
MT#62763 Fix pycodestyle issues
|
5 months ago |
|
gateway
|
Imported Upstream version 1.6.0~20140516~eaa616
|
12 years ago |
|
ivr
|
MT#62763 Fix pycodestyle issues
|
5 months ago |
|
jsonrpc
|
MT#62181 global: fix AmThread/AmEventQueue order
|
1 year ago |
|
mailbox
|
MT#62763 Fix pycodestyle issues
|
5 months ago |
|
mobile_push
|
MT#62763 Fix pycodestyle issues
|
5 months ago |
|
monitoring
|
MT#62181 fix build of monitoring app
|
3 months ago |
|
mp3
|
added OpenSSL linking exception to license
|
16 years ago |
|
msg_storage
|
MT#55831 Revamp the build system
|
4 years ago |
|
mwi
|
MT#62181 parser type updates
|
2 months ago |
|
pin_collect
|
MT#62763 Fix pycodestyle issues
|
5 months ago |
|
precoded_announce
|
Imported Upstream version 1.6.0~20140516~eaa616
|
12 years ago |
|
py_sems
|
MT#62763 Fix pycodestyle issues
|
5 months ago |
|
reg_agent
|
MT#59962 Coverity Scan: Uninitialized pointer field (reg_agent)
|
1 year ago |
|
registrar_client
|
MT#63171 SIPRegistrarClient: facilitate shutdown
|
1 year ago |
|
rtmp
|
MT#65074 AmConfigReader: rework plug-ins parser
|
3 months ago |
|
sbc
|
MT#62181 parser type updates
|
2 months ago |
|
sw_vsc
|
MT#63379 Align SEMS CE VSC codes with the available ones on SEMS PRO
|
11 months ago |
|
twit
|
MT#62763 Fix pycodestyle issues
|
5 months ago |
|
voicebox
|
MT#59962 AmUtils: use overloading for str2int
|
1 year ago |
|
voicemail
|
MT#62868 Fix order of execution of Option
|
8 months ago |
|
webconference
|
MT#62181 add missing initialiser
|
2 months ago |
|
xmlrpc2di
|
MT#62181 add string assignment operator
|
6 months ago |
|
CMakeLists.txt
|
Imported Upstream version 1.6.0~20140516~eaa616
|
12 years ago |
|
Makefile
|
MT#59962 apps: exclude certain apps from compilation
|
8 months ago |