Advertisement
Guest User

Untitled

a guest
Nov 21st, 2014
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. target Strip: libvisualizer (/root/cm12/out/target/product/armani/obj/lib/libvisualizer.so)
  2. Copying: /root/cm12/out/target/common/obj/APPS/BackupRestoreConfirmation_intermediates/emma_out/lib/classes-jarjar.jar
  3. frameworks/opt/net/wifi/service/jni/com_android_server_wifi_WifiNative.cpp: In function 'jboolean android::android_net_wifi_setMode(JNIEnv*, jobject, jint)':
  4. frameworks/opt/net/wifi/service/jni/com_android_server_wifi_WifiNative.cpp:90:23: error: '::wifi_set_mode' has not been declared
  5. return (jboolean)(::wifi_set_mode(type) == 0);
  6. ^
  7. frameworks/opt/net/wifi/service/jni/com_android_server_wifi_WifiNative.cpp:91:1: error: control reaches end of non-void function [-Werror=return-type]
  8. }
  9. ^
  10. cc1plus: some warnings being treated as errors
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement