From: Yaakov Selkowitz <[email protected]> In particular, please note the second patch goes a long way to quieting the build.
Yaakov Selkowitz (12): xfree86: os-support: fix old-style function definition warnings dix: fix redundant redeclaration warnings in dixfont dix: fix shadow warnings fb: fix shadow warnings mi: fix shadow warnings randr: export more provider property symbols render: fix shadow warnings xkb: fix shadow warnings Xext: fix unused variable warnings in xf86bigfont.c Xext: fix redundant redeclaration warnings Xi: fix fprint format warning Xext: fix shadow warnings Xext/panoramiX.c | 2 - Xext/shm.c | 10 +++--- Xext/xace.c | 12 ++++---- Xext/xf86bigfont.c | 12 ------- Xext/xres.c | 2 - Xext/xtest.c | 2 - Xi/exevents.c | 2 +- dix/dixfonts.c | 9 +++++ dix/events.c | 24 +++++++------- fb/fbblt.c | 12 ++++---- fb/fbbltone.c | 8 ++-- hw/xfree86/os-support/bus/nobus.c | 2 +- hw/xfree86/os-support/shared/agp_noop.c | 2 +- hw/xfree86/os-support/shared/ioperm_noop.c | 4 +- hw/xfree86/os-support/stub/stub_init.c | 6 ++-- hw/xfree86/sdksyms.sh | 1 + include/Makefile.am | 2 +- include/dix.h | 12 ++++---- include/dixfont.h | 39 +----------------------- include/dixfontstubs.h | 45 ++++++++++++++++++++++++++++ mi/mibitblt.c | 6 ++-- mi/mispans.c | 4 -- randr/randrstr.h | 8 +++++ render/picturestr.h | 8 ++-- xkb/ddxList.c | 2 - xkb/xkb.c | 27 ++++++++-------- xkb/xkbPrKeyEv.c | 4 +- xkb/xkbtext.c | 1 - xkb/xkmread.c | 2 - 29 files changed, 134 insertions(+), 136 deletions(-) create mode 100644 include/dixfontstubs.h -- 1.7.9 _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
