NOISSUE fix a bunch of compiler warnings
This commit is contained in:
parent
572a6026b5
commit
8bd8be95f0
10 changed files with 22 additions and 27 deletions
|
@ -22,7 +22,7 @@ slots:
|
|||
"2016-02-10T15:06:41+00:00",
|
||||
"2016-02-04T15:28:02-05:33"
|
||||
};
|
||||
for(int i = 0; i < (sizeof(timestamps) / sizeof(const char *)); i++)
|
||||
for(unsigned i = 0; i < (sizeof(timestamps) / sizeof(const char *)); i++)
|
||||
{
|
||||
QTest::newRow(timestamps[i]) << QString(timestamps[i]);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue