summaryrefslogtreecommitdiff
path: root/src/fr-stock.c
diff options
context:
space:
mode:
authorrbuj <[email protected]>2019-09-05 12:02:59 +0200
committerlukefromdc <[email protected]>2019-09-08 19:35:20 +0000
commit4fb087c731af5282dc817bfc8350afe325eef532 (patch)
treeffc3f2b3660a8937085135062d7ff1b34846a73f /src/fr-stock.c
parenta837a98bf1d2b82b4ac7b773b892d9a411e19e77 (diff)
downloadengrampa-4fb087c731af5282dc817bfc8350afe325eef532.tar.bz2
engrampa-4fb087c731af5282dc817bfc8350afe325eef532.tar.xz
Initialization discards ‘const’ qualifier from pointer target type
Remove 317 warnings [-Wdiscarded-qualifiers].
Diffstat (limited to 'src/fr-stock.c')
-rw-r--r--src/fr-stock.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fr-stock.c b/src/fr-stock.c
index 27ba5cd..e292b04 100644
--- a/src/fr-stock.c
+++ b/src/fr-stock.c
@@ -29,8 +29,8 @@
static gboolean stock_initialized = FALSE;
static const struct {
- char *stock_id;
- char *icon;
+ const char *stock_id;
+ const char *icon;
} stock_icons [] = {
{ FR_STOCK_CREATE_ARCHIVE, "add-files-to-archive" },
{ FR_STOCK_ADD_FILES, "add-files-to-archive" },