search for: _x_noreturn

Displaying 8 results from an estimated 8 matches for "_x_noreturn".

Did you mean: __noreturn
2015 Apr 17
0
[ANNOUNCE] x11perf 1.6.0
...0x10 from pixmap to 5x5 window -minpixwin100 Scale 100x100 from pixmap to 5x5 window -minpixwin500 Scale 500x500 from pixmap to 250x250 window Alan Coopersmith (9): Add const attributes to fix gcc -Wwrite-strings warnings Mark usage & AbortTest as _X_NORETURN Drop imake fallback for RETSIGTYPE definition Assume signal handlers return void, as C89 requires configure: Drop AM_MAINTAINER_MODE autogen.sh: Honor NOCONFIGURE=1 Mark bitmap data as const Combine help_message array into a single string x11perf 1.6.0 Kei...
2013 Feb 11
0
[ANNOUNCE] xvinfo 1.1.2
...at are accessible through the X-Video extension. This minor maintenance release includes various build improvements, cleanups, and bug fixes; including making the build configuration scripts compatible with automake-1.13. Alan Coopersmith (6): config: Add missing AC_CONFIG_SRCDIR Add _X_NORETURN to PrintUsage to clear gcc/clang warnings Convert from haphazard indenting to X.Org common style add explicit braces to clarify which if the else goes with Add -version option xvinfo 1.1.2 Gaetan Nadon (3): config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HE...
2013 May 18
0
[ANNOUNCE] appres 1.0.4
...s minor maintenance release provides the specified collection of build configuration improvements and janitorial cleanup instances, plus a new -V command line flag to print its version (not that much changes between versions, not even the announcements). Alan Coopersmith (4): Mark usage() as _X_NORETURN to satisfy -Wmissing-noreturn warning Combine usage message into a single string Add -V option to print command version appres 1.0.4 Gaetan Nadon (5): man: remove trailing spaces and tabs man: replace hard coded man page section with substitution strings config:...
2013 May 21
0
[ANNOUNCE] xdpyinfo 1.3.1
xdpyinfo is a command line utility for printing information about an X server. This minor maintenance release adds a -version option to the command line, and provides some minor code cleanups and build improvements. Alan Coopersmith (9): Mark usage() as _X_NORETURN Declare 'len' as size_t to avoid unneccessary back-and-forth conversions Combine usage messages into a single string Add -version option to print version number Add xrandr to SEE ALSO section of man page Rename i & count in inner loop to avoid shadowing sam...
2012 Oct 13
0
[ANNOUNCE] xscope 1.3.99.901
...mbine usage message into single string for fprintf Define *HEADER constants as string pointers, not arrays Move debug statement before panic() call, so it can actually run SaveBytes: drop unnecessary casts in bcopy() call Convert remaining sprintf calls to snprintf Add _X_NORETURN to additional functions suggested by gcc warnings Convert remaining bcopy() calls to memcpy() Convert ILong, IShort, etal to return C99 uint*_t types Move ILong, IShort, etal to inline functions in x11.h ILong: shift each byte individually, then OR them together Handle...
2015 Oct 26
0
[ANNOUNCE] xorg-server 1.17.3
...HM case Ingo Schwarze (1):       remove bogus \/ escapes Jeremy Huddleston (5):       mi: Correct a miscall of abs() to instead call fabs()       randr: Correct a miscall of abs() to instead call fabs()       xdmauth: Correct miscall of abs() to instrad call labs()       xdmcp: Declare XdmcpFatal _X_NORETURN       glx: Fix header length error checking in __glXDisp_RenderLarge Jeremy Huddleston Sequoia (9):       XQuartz: GLX: Use __glXEnableExtension to build extensions list       XQuartz: Silence -Wpointer-bool-conversion       XQuartz: Silence -Wunused-variable       XQuartz: Silence -Wunused-functi...
2015 Oct 26
0
[ANNOUNCE] xorg-server 1.17.99.902 (1.18 RC2)
...bs()       randr: Correct a miscall of abs() to instead call fabs()       xdmauth: Correct miscall of abs() to instrad call labs()       xres: Silence -Wunused-function warnings when building !COMPOSITE or !RENDER       security: Silence some benign -Wformat warnings       xdmcp: Declare XdmcpFatal _X_NORETURN       randr: Silence -Wshift-negative-value warnings       glx: Fix header length error checking in __glXDisp_RenderLarge       dix: Silence -Wunused-variable warning by moving window.c off of legacy region defines       osinit: Silence -Wunused-variable warnings Jeremy Huddleston Sequoia (5):    ...
2019 Jun 21
0
[ANNOUNCE] libXt 1.2.0
...ope) ensure XWindowChanges value is initialized before updating it (clang --analyze) fix unused-assignment warnings (clang --analyze) fix most clang --analyze warnings about null-pointers use explicit pointer check to eliminate a clang --analyze warning in VarGet.c use _X_NORETURN, works for gcc and clang trim obsolete ifdef for ISC, and correct nonstandard "NaNS" to "NaN" bump to 1.1.5.2 to reflect noreturn-changes bump to 1.1.5.2 to reflect noreturn-changes fix compiler-warning when DEBUG is defined add prototype for DEBUG-...