Remove compiler warning

This commit is contained in:
sergefp@mysql.com 2004-07-01 23:31:48 +04:00
parent 24a8dc2337
commit 731c2acaed

View file

@ -32,7 +32,7 @@ typedef enum {
struct File_option
{
const LEX_STRING name; /* Name of the option */
LEX_STRING name; /* Name of the option */
int offset; /* offset to base address of value */
enum file_opt_type type; /* Option type */
};