commit | 0164a1cc5b13909407587109effabea92e487986 | [log] [tgz] |
---|---|---|
author | John Koleszar <jkoleszar@google.com> | Mon May 21 14:30:56 2012 -0700 |
committer | John Koleszar <jkoleszar@google.com> | Mon Jun 11 15:14:58 2012 -0700 |
tree | f490d9a5859ff362be0e9b074d078112ef573a84 | |
parent | 30fb976e3e42b6bc8f9360437033d8ae22c5a2f4 [diff] |
Fix pedantic compiler warnings Allows building the library with the gcc -pedantic option, for improved portabilty. In particular, this commit removes usage of C99/C++ style single-line comments and dynamic struct initializers. This is a continuation of the work done in commit 97b766a46, which removed most of these warnings for decode only builds. Change-Id: Id453d9c1d9f44cc0381b10c3869fabb0184d5966