- Disabled -Weffc++ flag, fixing these warnings produces too much useless code
- Enabled -pedantic, -Wold-style-cast and -Wundef for src/ and test/ git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@499 7ec92016-0320-0410-acc4-a06ded1c099a
This commit is contained in:
parent
7acf9ff6be
commit
c68642eb5f
25 changed files with 83 additions and 56 deletions
|
@ -358,7 +358,7 @@ void test_vect5()
|
|||
|
||||
void test_vect6()
|
||||
{
|
||||
srand( (unsigned int) time(NULL) );
|
||||
srand( static_cast<unsigned int>(time(NULL)) );
|
||||
typedef Loki::AssocVector<int, int> IntMap;
|
||||
|
||||
const unsigned int numTests = 20;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue