History log of /external/libgsm/src/toast.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
6e43663af81df940f02f1456b348184b0dbb5b40 30-Jun-2017 Elliott Hughes <enh@google.com> Update libgsm to patchlevel 17.

Fixes undefined behavior warnings from clang.

external/libgsm/src/short_term.c:68:2: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
STEP( -1144, -4, 29708 );
^ ~~~~~

Bug: http://b/26694729
Test: builds
Change-Id: I65063e1f4ba71c6231306baa7ae8c8fded7d4c89
/external/libgsm/src/toast.c
28a3c4af57183ff4030869a8b81cfe87c77812c0 21-Jun-2017 Elliott Hughes <enh@google.com> Update libgsm to patchlevel 16.

No real changes to the files we use. (Seems like contrary to README.version
we were already past patchlevel 13).

Also stop suppressing warnings about undefined behavior. Lying to ourselves
doesn't seem useful.

Bug: N/A
Test: builds
Change-Id: I9090720f6902e38a769405200700330951756b07
/external/libgsm/src/toast.c