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
Describe the bug
A clear and concise description of what the bug is.
npc.c: In function 'npc_rr_secure_timeout_timer':
npc.c:308:2: warning: enumeration value 'NPCT_WAIT' not handled in switch [-Wswitch-enum]
308 | switch( sd->npc_idle_type ) {
| ^~~~~~
To Reproduce Steps to reproduce the behavior:
Enable/Uncomment in /src/config/secure.h
#define SECURE_NPCTIMEOUT
Compile
Expected behavior A clear and concise description of what you expected to happen.
No warnings
Screenshots
If applicable, add screenshots to help explain your problem.
System specs (please complete the following information):
OS: debian 11
latest gcc and make
Hercules Version v2023.03.08
Mode: pre-renewal
Packet version: 20190530
The text was updated successfully, but these errors were encountered:
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
#define SECURE_NPCTIMEOUT
Expected behavior
A clear and concise description of what you expected to happen.
No warnings
Screenshots
If applicable, add screenshots to help explain your problem.
System specs (please complete the following information):
The text was updated successfully, but these errors were encountered: