Enable some more Werror and fix compiler warnings
- All servers are now Werror - All bus_managers are now Werror - All input_server add-ons are now Werror - Some more things in bin/ are Werror Only tested on x86_64, I'll let the buildbot test on x86_gcc2 and RISC-V Change-Id: I5ec86512eac729c862828a45d8431f85c4ec422b Reviewed-on: https://review.haiku-os.org/c/haiku/+/5226 Tested-by: Commit checker robot <[email protected]> Reviewed-by: Jérôme Duval <[email protected]>
This commit is contained in:
committed by
Adrien Destugues
parent
adc32659fb
commit
ad398477d6
@@ -110,8 +110,8 @@ typedef struct mmc_device_interface {
|
||||
|
||||
|
||||
// Device attribute paths for the MMC device
|
||||
static const char* kMmcRcaAttribute = "mmc/rca";
|
||||
static const char* kMmcTypeAttribute = "mmc/type";
|
||||
const char* const kMmcRcaAttribute = "mmc/rca";
|
||||
const char* const kMmcTypeAttribute = "mmc/type";
|
||||
|
||||
|
||||
#endif /* _MMC_H */
|
||||
|
||||
Reference in New Issue
Block a user