mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 12:32:27 +01:00
Remove compiler warning
This commit is contained in:
parent
24a8dc2337
commit
731c2acaed
1 changed files with 1 additions and 1 deletions
|
@ -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 */
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue