clbr / fifth

Fifth is a Linux-exclusive browser that carries the best features from Opera, as well as a few unique features that are likely to please Linux power users. It's based on a custom Webkit port to FLTK and comes licensed under the GPLv3.
GNU General Public License v3.0
106 stars 7 forks source link

trivial patches #1

Closed usta closed 9 years ago

usta commented 9 years ago

[main.cpp:397]: (warning) %u in format string (no. 2) requires 'unsigned int' but the argument type is 'int'.

[inputplace.cpp:19]: (warning) Member variable 'inputplace::ctrl' is not initialized in the constructor. [inputplace.cpp:19]: (warning) Member variable 'inputplace::shift' is not initialized in the constructor.

[Fl_Input_Choice.H:57]: (warning) Member variable 'InputMenuButton::pullx' is not initialized in the constructor. [Fl_Input_Choice.H:57]: (warning) Member variable 'InputMenuButton::pully' is not initialized in the constructor. [Fl_Input_Choice.H:57]: (warning) Member variable 'InputMenuButton::pullw' is not initialized in the constructor.

clbr commented 9 years ago

On Sun, 16 Nov 2014 02:24:39 -0800 Ömer Fadıl USTA notifications@github.com wrote:

[main.cpp:397]: (warning) %u in format string (no. 2) requires 'unsigned int' but the argument type is 'int'.

[inputplace.cpp:19]: (warning) Member variable 'inputplace::ctrl' is not initialized in the constructor. [inputplace.cpp:19]: (warning) Member variable 'inputplace::shift' is not initialized in the constructor.

[Fl_Input_Choice.H:57]: (warning) Member variable 'InputMenuButton::pullx' is not initialized in the constructor. [Fl_Input_Choice.H:57]: (warning) Member variable 'InputMenuButton::pully' is not initialized in the constructor. [Fl_Input_Choice.H:57]: (warning) Member variable 'InputMenuButton::pullw' is not initialized in the constructor.

Thanks, did you mean to attach patches, or just report the warnings? Can you mention which compiler/tool gave them?

clbr commented 9 years ago

No response from OP in a long time, closing.