* Resolve further warnings on GCC4.
* Enable -Werror on GCC4 builds as well (limited to the same selected targets). git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29118 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -42,7 +42,7 @@ struct _oproperty_info_;
|
||||
struct compound_type {
|
||||
struct field_pair {
|
||||
#if __GNUC__ > 2
|
||||
const
|
||||
const
|
||||
#endif
|
||||
char *name; // name of entry in message
|
||||
type_code type; // type_code of entry in message
|
||||
|
||||
@@ -54,7 +54,7 @@ typedef enum TokenType {
|
||||
CharacterString,
|
||||
Integer,
|
||||
FloatingPoint
|
||||
};
|
||||
} TokenType;
|
||||
|
||||
/*! \brief Returns a NULL-terminated string contating the
|
||||
name of the given token type
|
||||
|
||||
Reference in New Issue
Block a user