Skip to content

Commit

Permalink
fix compiler warning
Browse files Browse the repository at this point in the history
  • Loading branch information
tqchen committed Apr 28, 2015
1 parent 240fda7 commit d568ed8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/dmlc/logging.h
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ class DateLogger {
_tzset();
#endif
}
char* const HumanDate() {
const char* HumanDate() {
#if defined(_MSC_VER)
_strtime_s(buffer_, sizeof(buffer_));
#else
Expand Down

0 comments on commit d568ed8

Please sign in to comment.