[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] Allows the hypervisor to build without warnings (wisely considered
# HG changeset patch # User kaf24@xxxxxxxxxxxxxxxxxxxx # Node ID 843ced27531af3956189d92b5a591a1690674bee # Parent eceb7ffe1e67e9063c9a809e9af74b95057a08f8 Allows the hypervisor to build without warnings (wisely considered errors with/-Werror) when perfc_arrays are enabled in xen/Rules.mk. Signed-off-by: David Lively <dlively@xxxxxxxxxxxxxxx> diff -r eceb7ffe1e67 -r 843ced27531a xen/include/asm-x86/mm.h --- a/xen/include/asm-x86/mm.h Fri Mar 17 10:44:55 2006 +++ b/xen/include/asm-x86/mm.h Fri Mar 17 10:45:46 2006 @@ -363,8 +363,8 @@ #ifdef PERF_ARRAYS -void ptwr_eip_stat_reset(); -void ptwr_eip_stat_print(); +void ptwr_eip_stat_reset(void); +void ptwr_eip_stat_print(void); #else _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |