Make compilers happy, remove warnings...
unsigned/signed comparaison in miscfileformat.c unused argument in readline.c
This commit is contained in:
parent
b98b743d21
commit
f32eacaa01
@ -3436,9 +3436,9 @@ void Test_PPH(T_IO_Context * context)
|
||||
{
|
||||
FILE *file;
|
||||
byte buffer[6];
|
||||
long file_size;
|
||||
unsigned long file_size;
|
||||
unsigned int w, h;
|
||||
int expected;
|
||||
unsigned int expected;
|
||||
|
||||
File_error = 1;
|
||||
|
||||
|
||||
@ -405,6 +405,8 @@ bye:
|
||||
return haiku_get_clipboard();
|
||||
#else
|
||||
// Not implemented (no standard) on Linux systems. Maybe someday...
|
||||
if (unicode)
|
||||
*unicode = NULL;
|
||||
return NULL;
|
||||
#endif
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user