Fix some warnings
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5970 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -42,7 +42,6 @@ static sem_id loglock;
|
|||||||
|
|
||||||
void debug_printf(const char *text,...);
|
void debug_printf(const char *text,...);
|
||||||
void log_printf(const char *text,...);
|
void log_printf(const char *text,...);
|
||||||
void log_create();
|
|
||||||
|
|
||||||
void debug_printf(const char *text,...)
|
void debug_printf(const char *text,...)
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -67,7 +67,7 @@
|
|||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
void log_create();
|
void log_create(void);
|
||||||
void log_printf(const char *text,...);
|
void log_printf(const char *text,...);
|
||||||
void debug_printf(const char *text,...);
|
void debug_printf(const char *text,...);
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
@@ -78,7 +78,7 @@ extern "C" {
|
|||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
void log_create();
|
void log_create(void);
|
||||||
void debug_printf(const char *text,...);
|
void debug_printf(const char *text,...);
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user