|
发表于 2019-2-19 10:50:09
只看该作者
6#
external/srec/srec_jni/android_speech_srec_Recognizer.cpp:454:34: warning: unused parameter 'clazz' [-Wunused-parameter]
static JNIEXPORT jstring JNICALL Java_android_speech_srec_Recognizer_SR_1VocabularyGetPronunciation
^
external/srec/srec_jni/android_speech_srec_Recognizer.cpp:475:53: warning: 'visibility' attribute ignored [-Wattributes]
(JNIEnv *env, jclass clazz, jlong recognizer) {
^
external/srec/srec_jni/android_speech_srec_Recognizer.cpp:474:37: warning: unused parameter 'clazz' [-Wunused-parameter]
static JNIEXPORT jbyteArray JNICALL Java_android_speech_srec_Recognizer_SR_1RecognizerResultGetWaveform
^
external/srec/srec_jni/android_speech_srec_Recognizer.cpp:474:37: warning: unused parameter 'recognizer' [-Wunused-parameter]make: *** [out/target/product/aio_3128c/obj/STATIC_LIBRARIES/libSR_AcousticModels_intermediates/libSR_AcousticModels.a] 错误 1
make: *** 正在等待未完成的任务....
target StaticLib: libSR_AcousticState (out/target/product/aio_3128c/obj/STATIC_LIBRARIES/libSR_AcousticState_intermediates/libSR_AcousticState.a)
这里怎么过不去啊!!! |
|