Advertisement
pellekrogholt

Untitled

Aug 26th, 2013
258
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.32 KB | None | 0 0
  1. 2$ ~/dev/ndk-r9/ndk-build
  2. Android NDK: WARNING: APP_PLATFORM android-14 is larger than android:minSdkVersion 8 in ./AndroidManifest.xml
  3. Compile++ thumb : cartoonifier <= ImageUtils_0.7.cpp
  4. jni/../../Cartoonifier_Desktop/ImageUtils_0.7.cpp: In function 'void printImageInfo(const IplImage*, char const*)':
  5. jni/../../Cartoonifier_Desktop/ImageUtils_0.7.cpp:43:5: error: format not a string literal and no format arguments [-Werror=format-security]
  6. jni/../../Cartoonifier_Desktop/ImageUtils_0.7.cpp: In function 'void printImagePixels(const IplImage*, char const*, int)':
  7. jni/../../Cartoonifier_Desktop/ImageUtils_0.7.cpp:60:9: error: format not a string literal and no format arguments [-Werror=format-security]
  8. jni/../../Cartoonifier_Desktop/ImageUtils_0.7.cpp:98:25: error: format not a string literal and no format arguments [-Werror=format-security]
  9. jni/../../Cartoonifier_Desktop/ImageUtils_0.7.cpp:108:13: error: format not a string literal and no format arguments [-Werror=format-security]
  10. jni/../../Cartoonifier_Desktop/ImageUtils_0.7.cpp: In function 'void printArray2D(const uchar*, int, int, int, int, int, int)':
  11. jni/../../Cartoonifier_Desktop/ImageUtils_0.7.cpp:199:29: error: format not a string literal and no format arguments [-Werror=format-security]
  12. jni/../../Cartoonifier_Desktop/ImageUtils_0.7.cpp:209:17: error: format not a string literal and no format arguments [-Werror=format-security]
  13. jni/../../Cartoonifier_Desktop/ImageUtils_0.7.cpp: In function 'void printMat(cv::Mat, char const*, int)':
  14. jni/../../Cartoonifier_Desktop/ImageUtils_0.7.cpp:249:9: error: format not a string literal and no format arguments [-Werror=format-security]
  15. jni/../../Cartoonifier_Desktop/ImageUtils_0.7.cpp: In function 'void printMatrix(const CvMat*, char const*, int)':
  16. jni/../../Cartoonifier_Desktop/ImageUtils_0.7.cpp:280:9: error: format not a string literal and no format arguments [-Werror=format-security]
  17. jni/../../Cartoonifier_Desktop/ImageUtils_0.7.cpp:345:25: error: format not a string literal and no format arguments [-Werror=format-security]
  18. jni/../../Cartoonifier_Desktop/ImageUtils_0.7.cpp:355:13: error: format not a string literal and no format arguments [-Werror=format-security]
  19. cc1plus: some warnings being treated as errors
  20.  
  21. make: *** [obj/local/armeabi-v7a/objs/cartoonifier/__/__/Cartoonifier_Desktop/ImageUtils_0.7.o] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement