Activity log for bug #1186114

Date Who What changed Old value New value Message
2013-05-31 04:13:22 Paul J. Lucas bug added bug
2013-05-31 04:13:37 Paul J. Lucas zorba: milestone 3.0
2013-05-31 04:13:43 Paul J. Lucas zorba: assignee Markos Zaharioudakis (markos-za)
2013-05-31 04:16:59 Paul J. Lucas description orba/src/store/naive/simple_store.cpp:95:52: warning: adding 'csize' (aka 'unsigned long') to a string does not append to the string [-Wstring-plus-int] ZORBA_FATAL(0, theNodeToReferencesMap.size() + The use of '+' here is wrong: '+' doesn't create a string from an unsigned long and a char*. orba/src/store/naive/simple_store.cpp:95:52: warning: adding 'csize' (aka 'unsigned long') to a string does not append to the string [-Wstring-plus-int]       ZORBA_FATAL(0, theNodeToReferencesMap.size() + The use of '+' here is wrong: '+' doesn't create a string from an unsigned long and a char*. Also: zorba/src/store/naive/simple_store.cpp:108:52: warning: adding 'size_type' (aka 'unsigned long') to a string does not append to the string [-Wstring-plus-int] ZORBA_FATAL(0, theReferencesToNodeMap.size() +
2013-05-31 19:28:03 Markos Zaharioudakis zorba: status New Fix Committed