diff options
| author | Nick Kralevich <nnk@google.com> | 2013-12-15 21:04:00 -0800 |
|---|---|---|
| committer | Nick Kralevich <nnk@google.com> | 2013-12-15 21:04:00 -0800 |
| commit | 02759d75bdf238551134dfdda095e3ffcf319a25 (patch) | |
| tree | bce02ff026f0cfc4626e13f6c50dd87618e9c224 /tests/cppbasic/compute.cpp | |
| parent | 4bc1a0ce2124624045f5b19d027175d3598670fa (diff) | |
fix build.
Fix the following compiler error on the sdk build:
cc1plus: warnings being treated as errors
frameworks/rs/rsScript.cpp: In member function 'void android::renderscript::Script::getVar(uint32_t, const void*, size_t)':
frameworks/rs/rsScript.cpp:68: warning: format '%u' expects type 'unsigned int', but argument 5 has type 'size_t'
frameworks/rs/rsScript.cpp: In member function 'void android::renderscript::Script::setVar(uint32_t, const void*, size_t, android::renderscript::Element*, const size_t*, size_t)':
frameworks/rs/rsScript.cpp:78: warning: format '%u' expects type 'unsigned int', but argument 5 has type 'size_t'
frameworks/rs/rsScript.cpp: In member function 'void android::renderscript::Script::setVarObj(uint32_t, android::renderscript::ObjectBase*)':
frameworks/rs/rsScript.cpp:89: warning: format '%u' expects type 'unsigned int', but argument 5 has type 'size_t'
make: *** [out/host/darwin-x86/obj/STATIC_LIBRARIES/libRS_intermediates/rsScript.o] Error 1
make: *** Waiting for unfinished jobs....
Change-Id: Ibeb858c24bff95ef3960073aba108f1dc92a5ac4
Diffstat (limited to 'tests/cppbasic/compute.cpp')
0 files changed, 0 insertions, 0 deletions
