"ISO C++ forbids declaration of [X] with no type" warning fixes.
This commit is contained in:
committed by
Jon Trulson
parent
f8e046ee33
commit
3f11777812
@@ -57,8 +57,7 @@ extern long ldlong();
|
||||
extern float ldfloat();
|
||||
extern double lddbl();
|
||||
extern short ldshort();
|
||||
extern ldchar(), stchar(), stlong(), stint(), stdbl(), stfloat();
|
||||
extern stbin(), ldbin();
|
||||
extern int ldchar(), stchar(), stlong(), stint(), stdbl(), stfloat();
|
||||
|
||||
extern int iserrno; /* isam error number code */
|
||||
extern long isrecnum; /* record number of last call */
|
||||
|
||||
@@ -168,7 +168,7 @@ class _Tt_session : public _Tt_object {
|
||||
|
||||
friend class _Tt_s_mp;
|
||||
friend class _Tt_s_session;
|
||||
friend _Tt_mp::find_session_by_fd(int, _Tt_session_ptr &);
|
||||
friend int _Tt_mp::find_session_by_fd(int, _Tt_session_ptr &);
|
||||
};
|
||||
|
||||
_Tt_string _tt_session_address(_Tt_object_ptr &o);
|
||||
|
||||
@@ -57,8 +57,7 @@ extern long ldlong();
|
||||
extern float ldfloat();
|
||||
extern double lddbl();
|
||||
extern short ldshort();
|
||||
extern ldchar(), stchar(), stlong(), stint(), stdbl(), stfloat();
|
||||
extern stbin(), ldbin();
|
||||
extern int ldchar(), stchar(), stlong(), stint(), stdbl(), stfloat();
|
||||
|
||||
extern int iserrno; /* isam error number code */
|
||||
extern long isrecnum; /* record number of last call */
|
||||
|
||||
Reference in New Issue
Block a user