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
- gcc warns about snprintf() writing more than
it has space for in optimized / non-debug builds
- quiet the warning by ensuring values are in range
by clamping the values using modulo 10000 for the
4 digit year and modulo 100 for the other 2 digit
date / time values
0 commit comments