You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
database.c: In function 'ReadTimestamps':
database.c:268:8: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
if (ptr && (*ptr == 0 || *ptr == '\n'))
^~
database.c:271:9: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
tm.tm_isdst = -1;
^~
The text was updated successfully, but these errors were encountered:
Compilation with gcc gives a warning here:
The text was updated successfully, but these errors were encountered: