summaryrefslogtreecommitdiff
path: root/src/fr-command-ace.c
diff options
context:
space:
mode:
authorrbuj <[email protected]>2019-09-02 21:59:53 +0200
committerRobert Antoni Buj Gelonch <[email protected]>2019-09-03 18:10:02 +0200
commit22055045d0aedfdc59bd02262ba4f772bc98f22e (patch)
tree8a5aac4126b7edf604b65c490a4d605adf5eb586 /src/fr-command-ace.c
parent9bd8ff26b6c038bb6d8509bf999f16dfb5408a88 (diff)
downloadengrampa-22055045d0aedfdc59bd02262ba4f772bc98f22e.tar.bz2
engrampa-22055045d0aedfdc59bd02262ba4f772bc98f22e.tar.xz
remove warnings: cast from function call [-Wbad-function-cast]
dlg-batch-add.c:513:83: warning: cast from function call of type ‘gint’ {aka ‘int’} to non-matching type ‘double’ [-Wbad-function-cast] 513 | gtk_spin_button_set_value (GTK_SPIN_BUTTON (GET_WIDGET ("a_volume_spinbutton")), (double) g_settings_get_int (data->settings, PREF_BATCH_ADD_VOLUME_SIZE) / MEGABYTE); | ^ dlg-new.c:321:81: warning: cast from function call of type ‘gint’ {aka ‘int’} to non-matching type ‘double’ [-Wbad-function-cast] 321 | gtk_spin_button_set_value (GTK_SPIN_BUTTON (data->n_volume_spinbutton), (double) g_settings_get_int (settings, PREF_BATCH_ADD_VOLUME_SIZE) / MEGABYTE); | ^
Diffstat (limited to 'src/fr-command-ace.c')
0 files changed, 0 insertions, 0 deletions