xserver-multidpi/hw/xnest
Alan Coopersmith c19c55a93a Fix builds of Xnest & Xephyr with Solaris Studio compilers
Required in order to build with Studio cc now that xorg-macros is
setting -errwarn=E_FUNC_HAS_NO_RETURN_STMT since a bug in the Solaris
system headers causes the noreturn attribute to not be correctly
applied to the exit() prototype in <stdlib.h> when building with
Studio instead of gcc.

Otherwise compiler exits with errors:
"Display.c", line 65: Function has no return statement : x_io_error_handler
"hostx.c", line 341: Function has no return statement : x_io_error_handler

Uses Studio-specific pragma instead of adding another exit() prototype
with a noreturn attribute to avoid causing gcc to warn about having
a redundant prototype for the exit() function.

Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Reviewed-by: Mikhail Gusarov <dottedmag@dottedmag.net>
2011-12-05 14:33:00 -08:00
..
man man: refactor common code in the man pages makefiles 2011-01-18 15:11:10 -08:00
.gitignore Xnest: build Xnest man pages using XORG_MANPAGE_SECTIONS 2011-01-18 15:10:17 -08:00
Args.c
Args.h
Color.c
Color.h
Cursor.c
Display.c Fix builds of Xnest & Xephyr with Solaris Studio compilers 2011-12-05 14:33:00 -08:00
Display.h
Drawable.h
Events.c Xnest: Fix DestroyNotify handler 2011-10-21 00:32:03 -07:00
Events.h
Font.c
GC.c xnest: Delete unused nClipRects GC-private field. 2011-09-18 20:11:43 -05:00
GCOps.c
GCOps.h
Handlers.c
Handlers.h
icon
Init.c Terminate the log with one last message. 2011-07-27 09:31:02 +10:00
Init.h
Keyboard.c Xnest: Match the host's keymap 2011-10-21 10:29:51 -07:00
Keyboard.h
Makefile.am Xnest: build Xnest man pages using XORG_MANPAGE_SECTIONS 2011-01-18 15:10:17 -08:00
Pixmap.c hw/xnest: remove duplicated include 2011-04-24 19:46:06 -07:00
Pointer.c
Pointer.h
Screen.c
Screen.h
screensaver
Visual.c
Visual.h
Window.c
XNCursor.h Eliminate MAXSCREENS-sized CursorScreenKey array. 2011-09-19 22:53:05 -07:00
xnest-config.h
Xnest.h
XNFont.h
XNGC.h xnest: Delete unused nClipRects GC-private field. 2011-09-18 20:11:43 -05:00
XNPixmap.h Revert "dix: Remove usage_hint from pixmaps, store it in ->drawable.class" 2011-03-17 23:48:52 -07:00
XNWindow.h