Re: warning from FormPreferences.C
On Mon, 30 Oct 2000, R. Lahaye wrote: > FormPreferences.C: In method `void FormPreferences::applyScreenFonts()': > FormPreferences.C:1141: warning: initialization to `int' from `double' > > int ivalue = fl_get_counter_value(screen_fonts_->counter_zoom); > > Rob. Thanks. Fixed. A.
warning from FormPreferences.C
FormPreferences.C: In method `void FormPreferences::applyScreenFonts()': FormPreferences.C:1141: warning: initialization to `int' from `double' int ivalue = fl_get_counter_value(screen_fonts_->counter_zoom); Rob.