Running the latest VM & VS 2015. Getting this odd set of complaints (below) with each Build. I just run the Build again, and they go away, and all is well.
The only "new" thing is I'm using a different FTDI cable - the new one from AdaFruit with the chip in the USB end...
Just wondering what might be up.
=A.
-----------------------
Compiling debug version of 'TapeDrive' for 'Arduino Pro or Pro Mini w/ ATmega328 (5V, 16 MHz)'
Motor.ino:27:15: warning: extended initializer lists only available with -std=c++11 or -std=gnu++11 [enabled by default]
:int motorPos[4]{ 0,0,0,0 }
Motor.ino:28:18: warning: extended initializer lists only available with -std=c++11 or -std=gnu++11 [enabled by default]
:int motorDatAdr[4]{ MotorARun ,MotorBRun,MotorARun,MotorBRun }; \\ Use Motor Num to index i2c data reg
Motor.ino:32:19: warning: extended initializer lists only available with -std=c++11 or -std=gnu++11 [enabled by default]
:int motorFScw[4][8] {
Motor.ino:40:20: warning: extended initializer lists only available with -std=c++11 or -std=gnu++11 [enabled by default]
:int motorFSccw[4][8]{
Motor.ino:48:17: warning: extended initializer lists only available with -std=c++11 or -std=gnu++11 [enabled by default]
:int motorHS[4][8] {
TapeDrive.ino:In function 'void i2c_cwFS(int)
Motor.ino:62:9: warning: unused variable 'adr' [-Wunused-variable]
:int j, adr,data
Motor.ino:62:13: warning: variable 'data' set but not used [-Wunused-but-set-variable]
:int j, adr,data
TapeDrive.ino:In function 'void i2c_step(int, int, int)
Motor.ino:76:10: warning: unused variable 'step' [-Wunused-variable]
:int pos,step
Binary sketch size: 4,394 bytes (used 14% of a 30,720 byte maximum) (1.03 secs)
Minimum Memory Usage: 571 bytes (28% of a 2048 byte maximum)