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
Don't use assert to check return values in this (not performance
critical) code, but always check and abort on failure. Fixes
a warning about unread variable, but also is the right way to handle
error checking.
Signed-off-by: Brian Barrett <bbarrett@amazon.com>
0 commit comments