commit | 9bd36bc348ca114cfc2f2ee27e9df40172ac3046 | [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 | 6e3af1e4883f9eaa4350c6b8db07fe38e82a9f84 [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>