mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 08:58:02 +02:00
util: fix fossilize_db compile error
Observed in Fuchsia build (with -Wwrite-strings): error: passing 'const char[10]' to parameter of type 'char *' discards qualifiers [-Werror,-Wincompatible-pointer-types-discards-qualifiers] Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30334>
This commit is contained in:
parent
f1f8c465d5
commit
b6d8dd6c9f
1 changed files with 1 additions and 1 deletions
|
|
@ -98,7 +98,7 @@ check_files_opened_successfully(FILE *file, FILE *db_idx)
|
|||
|
||||
static bool
|
||||
create_foz_db_filenames(const char *cache_path,
|
||||
char *name,
|
||||
const char *name,
|
||||
char **filename,
|
||||
char **idx_filename)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue