Hi kapoor_aman27,
this is just a warning, because the size of the string is stored as an int32 and some function has Argument with type int32. You can change the compiler setting "Treat Warnings as Errors" to "No". Then it is only a warning and you can ignore it as long as you use string with less than 4GB.
Markus