nonstandard extension used : non-lvalue array converted to pointer
Standard C does not permit a non-lvalue array to be converted to a pointer; Microsoft C/C++, however, permits conversion. This warning simply points out a portion of code that is non-portable.