fio: resolve const char * compiler warnings Newer gcc version emit a warning upon encountering the assignment of a const char * to a non-const char *. Resolve these warnings with type casts. Signed-off-by: Vincent Fu <vincent.fu@samsung.com>