mirror of https://github.com/BOINC/boinc.git
MGR: fix compile warning
svn path=/trunk/boinc/; revision=14691
This commit is contained in:
parent
7561fa7eea
commit
d74f42373f
|
@ -1223,3 +1223,9 @@ David Feb 5 2008
|
||||||
|
|
||||||
lib/
|
lib/
|
||||||
msg_log.h
|
msg_log.h
|
||||||
|
|
||||||
|
Charlie Feb 5 2008
|
||||||
|
- MGR: fix compile warning
|
||||||
|
|
||||||
|
clientgui/
|
||||||
|
DlgAdvPreferences.cpp
|
||||||
|
|
|
@ -303,7 +303,6 @@ void CDlgAdvPreferences::ReadPreferenceSettings() {
|
||||||
/* write overridden preferences to disk (global_prefs_override.xml) */
|
/* write overridden preferences to disk (global_prefs_override.xml) */
|
||||||
bool CDlgAdvPreferences::SavePreferencesSettings() {
|
bool CDlgAdvPreferences::SavePreferencesSettings() {
|
||||||
double td;
|
double td;
|
||||||
long tl;
|
|
||||||
|
|
||||||
mask.clear();
|
mask.clear();
|
||||||
//clear special times settings
|
//clear special times settings
|
||||||
|
|
Loading…
Reference in New Issue