-Fixed some gcc4 warnings
-No need to link to libgame git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34174 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -27,6 +27,6 @@ Application Terminal :
|
|||||||
UTF8WidthTbl.c
|
UTF8WidthTbl.c
|
||||||
VTKeyTbl.c
|
VTKeyTbl.c
|
||||||
VTPrsTbl.c
|
VTPrsTbl.c
|
||||||
: be game tracker textencoding $(TARGET_LIBSUPC++)
|
: be tracker textencoding $(TARGET_LIBSUPC++)
|
||||||
: Terminal.rdef
|
: Terminal.rdef
|
||||||
;
|
;
|
||||||
|
|||||||
@@ -46,7 +46,7 @@ struct termprefs {
|
|||||||
|
|
||||||
struct pref_defaults {
|
struct pref_defaults {
|
||||||
const char *key;
|
const char *key;
|
||||||
char *item;
|
const char *item;
|
||||||
};
|
};
|
||||||
|
|
||||||
#define PREF_TRUE "true"
|
#define PREF_TRUE "true"
|
||||||
|
|||||||
Reference in New Issue
Block a user