diff options
author | Simon Ser <contact@emersion.fr> | 2020-05-19 12:23:23 +0200 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2020-05-19 14:54:02 +0200 |
commit | 781ed1ff02e38dffdfebca0fa80baa1791849c3b (patch) | |
tree | 92216d727e9e2e0d20392c072cc26328e1a8a6e5 /render/gles2/texture.c | |
parent | 666498db015ad1439a8916bce609baf8fa042b5d (diff) |
Fix -Wreturn-type warnings
When calling assert(0) instead of returning a value, -Wreturn-type
warnings are triggered because assertions can be disabled. Replace these
assertions with abort().
Diffstat (limited to 'render/gles2/texture.c')
0 files changed, 0 insertions, 0 deletions