lanurmi / efte

eFTE is a fork of FTE -- Folding Text Editor
GNU General Public License v2.0
31 stars 11 forks source link

Fix function warnings #8

Closed lanurmi closed 9 years ago

lanurmi commented 16 years ago

Warning W8070 c_config.cpp 306: Function should return a value in function SetGlobalNumber(int,int) Warning W8070 c_config.cpp 357: Function should return a value in function SetGlobalString(long,const char ) Warning W8070 c_config.cpp 371: Function should return a value in function SetEventString(EEventMap ,long,const char ) Warning W8070 c_config.cpp 385: Function should return a value in function SetColorizeString(EColorize ,long,const char ) Warning W8070 c_config.cpp 414: Function should return a value in function GetCharStr(_CurPos &,unsigned short) Warning W8070 c_config.cpp 511: Function should return a value in function ReadCommands(_CurPos &,const char ) Warning W8070 c_config.cpp 1297: Function should return a value in function LoadConfig(int,char ,char ) Warning W8012 e_regex.cpp 301: Comparing signed and unsigned values in function NewSet(const char const) Warning W8070 h_c.cpp 371: Function should return a value in function LookAt(EBuffer ,int,unsigned int,const char ,unsigned char,int,int) Warning W8070 h_c.cpp 816: Function should return a value in function FindPrevIndent(EBuffer ,int &,int &,char &,int) Warning W8012 con_nt.cpp 350: Comparing signed and unsigned values in function ReadConsoleEvent(TEvent *)

Reported by: jcowgar

Original Ticket: "efte/bugs/7":https://sourceforge.net/p/efte/bugs/7

lanurmi commented 16 years ago

Logged In: YES user_id=128244 Originator: YES

Ticket fixed and comitted to SVN

Original comment by: jcowgar

lanurmi commented 16 years ago

Original comment by: jcowgar