commit | 803f2eb2a29cbde53d8baac4f6e6bef260fd0774 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Nov 24 21:18:21 2014 -0700 |
committer | Simon Glass <sjg@chromium.org> | Tue Nov 25 06:33:58 2014 -0700 |
tree | 6bce2afb99423c0488d52a892656ab32e4b2658d | |
parent | 2f6d42b9dfc5fb40ad59c5e81dab6298a192452b [diff] |
Fix SIZE_MAX compiler warning when using stdint.h This new symbol may be defined by the compiler. If it is, avoid a compiler warning when USE_STDINT is defined. Signed-off-by: Simon Glass <sjg@chromium.org>