Errors noted, uploads fine, no result in Ubidots for getvalue

/var/folders/d7/93tfxhkx3232sf8hwf432rn00000gn/T/arduino_modified_sketch_950103/UbidotsGetValue.ino:16:21: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
Ubidots client(TOKEN);
^
/var/folders/d7/93tfxhkx3232sf8hwf432rn00000gn/T/arduino_modified_sketch_950103/UbidotsGetValue.ino: In function ‘void setup()’:
/var/folders/d7/93tfxhkx3232sf8hwf432rn00000gn/T/arduino_modified_sketch_950103/UbidotsGetValue.ino:21:60: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
client.wifiConnection(WLAN_SSID, WLAN_PASS, WLAN_SECURITY);
^
/var/folders/d7/93tfxhkx3232sf8hwf432rn00000gn/T/arduino_modified_sketch_950103/UbidotsGetValue.ino:21:60: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
/var/folders/d7/93tfxhkx3232sf8hwf432rn00000gn/T/arduino_modified_sketch_950103/UbidotsGetValue.ino: In function ‘void loop()’:
/var/folders/d7/93tfxhkx3232sf8hwf432rn00000gn/T/arduino_modified_sketch_950103/UbidotsGetValue.ino:26:35: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
float value = client.getValue(ID);
^
/var/folders/d7/93tfxhkx3232sf8hwf432rn00000gn/T/arduino_modified_sketch_950103/UbidotsGetValue.ino:26:9: warning: unused variable ‘value’ [-Wunused-variable]
float value = client.getValue(ID);
^

Sketch uses 55,340 bytes (35%) of program storage space. Maximum is 155,648 bytes.
Starting download script…
SUCCESS: Sketch will execute in about 5 seconds.

Hello, can you put the output of the serial terminal?

@bah
What Hardware are you using? And what library are you using?
That messages are not errors, they are warnings.

Best regards,
Metavix

include < UbidotsCC3000.h>
include < Adafruit_CC3000.h>
include < ccspi.h>
include < SPI.h>
include < string.h>

adafruit cc3000, arduino 101

@bah could you open the serial terminal when the program is uploaded and paste here all about that please?

Best regards,
Metavix