[PATCH util-macros 1/1] Provide a configure option to turn off the selective -Werror=... CFLAGS

2011-12-26 Thread Jeremy Huddleston
Provide end users with a workaround if they find code doesn't build with the -Werror=... flags provided by BASE_CFLAGS. This can be useful if newer util-macros are used with older source code that had problems, or in the rare case when warnings are expanded to hit more cases (although this case sh

[PATCH s3virge] Replace deprecated x(c/re)alloc/xfree with m/c/realloc/free

2011-12-26 Thread Tormod Volden
From: Tormod Volden sed -i 's/xalloc/malloc/g; s/xcalloc/calloc/g; s/xrealloc/realloc/g; s/xfree(/free(/g' Also added a missing unistd.h include for usleep(). Signed-off-by: Tormod Volden --- src/s3v_accel.c |1 + src/s3v_dga.c|6 +++--- src/s3v_driver.c | 16 ---

[PATCH s3virge] Add missing VERBLEV argument to xf86DrvMsgVerb()

2011-12-26 Thread Tormod Volden
From: Tormod Volden Signed-off-by: Tormod Volden --- Fixes build failure here at least. src/s3v_driver.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/s3v_driver.c b/src/s3v_driver.c index 2cc04ce..0440014 100644 --- a/src/s3v_driver.c +++ b/src/s3v_driver.c @@