more warnings
This commit is contained in:
parent
3eae8f4405
commit
79faf21d19
|
@ -47,8 +47,8 @@
|
||||||
#define DEBUGERR std::cerr << __LINE__ << " "; std::cerr
|
#define DEBUGERR std::cerr << __LINE__ << " "; std::cerr
|
||||||
|
|
||||||
struct tm* cmCTest::GetNightlyTime(std::string str,
|
struct tm* cmCTest::GetNightlyTime(std::string str,
|
||||||
bool verbose,
|
bool verbose,
|
||||||
bool tomorrowtag)
|
bool tomorrowtag)
|
||||||
{
|
{
|
||||||
struct tm* lctime;
|
struct tm* lctime;
|
||||||
time_t tctime = time(0);
|
time_t tctime = time(0);
|
||||||
|
|
|
@ -58,9 +58,9 @@ public:
|
||||||
/*
|
/*
|
||||||
* A utility function that returns the nightly time
|
* A utility function that returns the nightly time
|
||||||
*/
|
*/
|
||||||
static struct tm* cmCTest::GetNightlyTime(std::string str,
|
static struct tm* GetNightlyTime(std::string str,
|
||||||
bool verbose,
|
bool verbose,
|
||||||
bool tomorrowtag);
|
bool tomorrowtag);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Is the tomorrow tag set?
|
* Is the tomorrow tag set?
|
||||||
|
|
Loading…
Reference in New Issue