Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FIX: warning: jump to label 'error' crosses initialization of 'REFERE…
…NCE_TIME dur' Fixes this warning: In file included from sokol-samples\libs\sokol\sokol.c:12:0: sokol/sokol_audio.h: In function 'bool _saudio_backend_init()': sokol/sokol_audio.h:1201:1: warning: jump to label 'error' [-fpermissive] error: ^~~~~ sokol/sokol_audio.h:1127:14: note: from here goto error; ^~~~~ sokol/sokol_audio.h:1160:20: note: crosses initialization of 'REFERENCE_TIME dur' REFERENCE_TIME dur = (REFERENCE_TIME)
- Loading branch information