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
/mnt/src/defaults.c:44:59: warning: integer overflow in expression of type 'int' results in '-694967296' [-Woverflow]
44 | .max_time_us = SCREENSAVER_B_MAX_TIME_SEC * 1000000,
It's an easy fix, enforce 64 bit precision at assignment:
When setting
I get this warning
It's an easy fix, enforce 64 bit precision at assignment:
This needs to be done for
SCREENSAVER_(A|B)_IDLE_TIME_SEC
SCREENSAVER_(A|B)_MAX_TIME_SEC
The text was updated successfully, but these errors were encountered: