=> Bootstrap dependency digest>=20010302: found digest-20190127 ===> Skipping vulnerability checks. WARNING: No /usr/pkg/pkgdb/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /usr/pkg/pkgdb fetch-pkg-vulnerabilities'. ===> Building for afterstep-2.2.11nb29 gmake[1]: Entering directory '/tmp/pkgbuild/wm/afterstep/work.sparc64/AfterStep-2.2.11/libAfterBase' gcc -O3 -DNO_DEBUG_OUTPUT -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -Wall -fPIC -I/usr/X11R7/include -c ashash.c In file included from ashash.c:35:0: output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined inline void nonGNUC_debugout_stub( const char *format, ...); ^~~~~~~~~~~~~~~~~~~~~ gcc -O3 -DNO_DEBUG_OUTPUT -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -Wall -fPIC -I/usr/X11R7/include -c aslist.c In file included from aslist.c:28:0: output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined inline void nonGNUC_debugout_stub( const char *format, ...); ^~~~~~~~~~~~~~~~~~~~~ gcc -O3 -DNO_DEBUG_OUTPUT -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -Wall -fPIC -I/usr/X11R7/include -c asvector.c asvector.c: In function 'append_vector': asvector.c:115:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if( v->allocated < v->used+size ) ^~ asvector.c:118:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if( data ) ^~ asvector.c: In function 'vector_move_data_up': asvector.c:181:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (length < 0) ^~ asvector.c:184:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (index + offset + length > v->allocated) ^~ asvector.c: In function 'vector_move_data_down': asvector.c:218:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if( length == -1 ) ^~ asvector.c:220:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (offset >= 0) ^~ In file included from asvector.c:28:0: asvector.c: At top level: output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined inline void nonGNUC_debugout_stub( const char *format, ...); ^~~~~~~~~~~~~~~~~~~~~ gcc -O3 -DNO_DEBUG_OUTPUT -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -Wall -fPIC -I/usr/X11R7/include -c audit.c In file included from audit.c:31:0: output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined inline void nonGNUC_debugout_stub( const char *format, ...); ^~~~~~~~~~~~~~~~~~~~~ gcc -O3 -DNO_DEBUG_OUTPUT -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -Wall -fPIC -I/usr/X11R7/include -c fs.c In file included from fs.c:67:0: output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined inline void nonGNUC_debugout_stub( const char *format, ...); ^~~~~~~~~~~~~~~~~~~~~ gcc -O3 -DNO_DEBUG_OUTPUT -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -Wall -fPIC -I/usr/X11R7/include -c layout.c layout.c: In function 'get_layout_context_ptr': layout.c:217:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for( i = 0 ; i < layout->dim_y ; ++i ) ^~~ layout.c:221:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' return NULL; ^~~~~~ layout.c: In function 'get_layout_fixed_width': layout.c:424:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if( width > 0 ) ^~ layout.c:426:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' return width ; ^~~~~~ layout.c: In function 'get_layout_fixed_height': layout.c:452:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if( height >0 ) ^~ layout.c:454:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' return height; ^~~~~~ layout.c: In function 'moveresize_layout': layout.c:922:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for( i = 0 ; i < layout->dim_y ; i++ ) ^~~ layout.c:949:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' layout->width = width; ^~~~~~ layout.c:872:9: warning: variable 'spacing_needed' set but not used [-Wunused-but-set-variable] int spacing_needed = 0 ; ^~~~~~~~~~~~~~ In file included from layout.c:30:0: layout.c: At top level: output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined inline void nonGNUC_debugout_stub( const char *format, ...); ^~~~~~~~~~~~~~~~~~~~~ gcc -O3 -DNO_DEBUG_OUTPUT -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -Wall -fPIC -I/usr/X11R7/include -c mystring.c In file included from mystring.c:28:0: output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined inline void nonGNUC_debugout_stub( const char *format, ...); ^~~~~~~~~~~~~~~~~~~~~ gcc -O3 -DNO_DEBUG_OUTPUT -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -Wall -fPIC -I/usr/X11R7/include -c os.c os.c: In function 'mygetostype': os.c:59:9: warning: variable 'str' set but not used [-Wunused-but-set-variable] char* str = NULL; ^~~ In file included from os.c:27:0: os.c: At top level: output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined inline void nonGNUC_debugout_stub( const char *format, ...); ^~~~~~~~~~~~~~~~~~~~~ gcc -O3 -DNO_DEBUG_OUTPUT -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -Wall -fPIC -I/usr/X11R7/include -c output.c gcc -O3 -DNO_DEBUG_OUTPUT -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -Wall -fPIC -I/usr/X11R7/include -c parse.c In file included from parse.c:47:0: output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined inline void nonGNUC_debugout_stub( const char *format, ...); ^~~~~~~~~~~~~~~~~~~~~ gcc -O3 -DNO_DEBUG_OUTPUT -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -Wall -fPIC -I/usr/X11R7/include -c regexp.c gcc -O3 -DNO_DEBUG_OUTPUT -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -Wall -fPIC -I/usr/X11R7/include -c safemalloc.c safemalloc.c: In function 'safecalloc': safemalloc.c:294:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (blength <= 0) ^~ safemalloc.c:297:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (num <= 0) ^~ safemalloc.c: In function 'guarded_calloc': safemalloc.c:312:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (blength <= 0) ^~ safemalloc.c:315:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (num <= 0) ^~ In file included from safemalloc.c:34:0: safemalloc.c: At top level: output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined inline void nonGNUC_debugout_stub( const char *format, ...); ^~~~~~~~~~~~~~~~~~~~~ gcc -O3 -DNO_DEBUG_OUTPUT -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -Wall -fPIC -I/usr/X11R7/include -c selfdiag.c In file included from selfdiag.c:35:0: output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined inline void nonGNUC_debugout_stub( const char *format, ...); ^~~~~~~~~~~~~~~~~~~~~ selfdiag.c:223:1: warning: 'find_func_symbol' defined but not used [-Wunused-function] find_func_symbol (void *addr, long *offset) ^~~~~~~~~~~~~~~~ selfdiag.c:97:1: warning: 'get_proc_tables' defined but not used [-Wunused-function] get_proc_tables (proc_tables * ptabs) ^~~~~~~~~~~~~~~ gcc -O3 -DNO_DEBUG_OUTPUT -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -Wall -fPIC -I/usr/X11R7/include -c sleep.c gcc -O3 -DNO_DEBUG_OUTPUT -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -Wall -fPIC -I/usr/X11R7/include -c socket.c socket.c: In function 'socket_connect_client': socket.c:63:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if( socket_name == NULL ) ^~ socket.c:67:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if ((fd = socket (AF_UNIX, SOCK_STREAM, 0)) < 0) ^~ In file included from socket.c:50:0: socket.c: At top level: output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined inline void nonGNUC_debugout_stub( const char *format, ...); ^~~~~~~~~~~~~~~~~~~~~ gcc -O3 -DNO_DEBUG_OUTPUT -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -Wall -fPIC -I/usr/X11R7/include -c timer.c In file included from timer.c:37:0: output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined inline void nonGNUC_debugout_stub( const char *format, ...); ^~~~~~~~~~~~~~~~~~~~~ gcc -O3 -DNO_DEBUG_OUTPUT -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -Wall -fPIC -I/usr/X11R7/include -c trace.c gcc -O3 -DNO_DEBUG_OUTPUT -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -Wall -fPIC -I/usr/X11R7/include -c xml.c In file included from xml.c:40:0: output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined inline void nonGNUC_debugout_stub( const char *format, ...); ^~~~~~~~~~~~~~~~~~~~~ gcc -O3 -DNO_DEBUG_OUTPUT -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -Wall -fPIC -I/usr/X11R7/include -c xprop.c xprop.c: In function 'get_as_property': xprop.c:387:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if( w == None || property == None ) ^~ xprop.c:389:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' header.long_ptr = NULL ; ^~~~~~ xprop.c:392:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (XGetWindowProperty (get_current_X_display(), w, property, 0, 2, False, AnyPropertyType, &actual_type, ^~ xprop.c:395:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (header.long_ptr == NULL) ^~ In file included from xprop.c:40:0: xprop.c: At top level: output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined inline void nonGNUC_debugout_stub( const char *format, ...); ^~~~~~~~~~~~~~~~~~~~~ gcc -O3 -DNO_DEBUG_OUTPUT -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -Wall -fPIC -I/usr/X11R7/include -c xwrap.c xwrap.c: In function 'get_topmost_parent': xwrap.c:193:26: warning: variable 'parent' set but not used [-Wunused-but-set-variable] Window root = None, parent = w; ^~~~~~ In file included from xwrap.c:25:0: xwrap.c: At top level: output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined inline void nonGNUC_debugout_stub( const char *format, ...); ^~~~~~~~~~~~~~~~~~~~~ /bin/rm -f libAfterBase.a ar clq libAfterBase.a ashash.o aslist.o asvector.o audit.o fs.o layout.o mystring.o os.o output.o parse.o regexp.o safemalloc.o selfdiag.o sleep.o socket.o timer.o trace.o xml.o xprop.o xwrap.o ranlib libAfterBase.a gmake[1]: Leaving directory '/tmp/pkgbuild/wm/afterstep/work.sparc64/AfterStep-2.2.11/libAfterBase' gmake[1]: Entering directory '/tmp/pkgbuild/wm/afterstep/work.sparc64/AfterStep-2.2.11/libAfterImage' gcc -O3 -DNO_DEBUG_OUTPUT -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -Wall -fPIC -I/usr/X11R7/include/freetype2 -I/usr/X11R7/include -c asimage.c -o asimage.o In file included from afterbase.h:23:0, from asimage.c:62: asimage.c: In function 'clone_asimage': asimage.c:1175:13: warning: variable 'started' set but not used [-Wunused-but-set-variable] START_TIME(started); ^ ../libAfterBase/output.h:141:44: note: in definition of macro 'START_TIME' #define START_TIME(started) unsigned long started = 0 ^~~~~~~ asimage.c: In function 'get_asimage_channel_rects': asimage.c:1208:13: warning: variable 'started' set but not used [-Wunused-but-set-variable] START_TIME(started); ^ ../libAfterBase/output.h:141:44: note: in definition of macro 'START_TIME' #define START_TIME(started) unsigned long started = 0 ^~~~~~~ In file included from afterbase.h:23:0, from asimage.c:62: asimage.c: At top level: ../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined inline void nonGNUC_debugout_stub( const char *format, ...); ^~~~~~~~~~~~~~~~~~~~~ gcc -O3 -DNO_DEBUG_OUTPUT -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -Wall -fPIC -I/usr/X11R7/include/freetype2 -I/usr/X11R7/include -c ascmap.c -o ascmap.o In file included from afterbase.h:23:0, from ascmap.c:56: ascmap.c: In function 'colormap_asimage': ascmap.c:413:13: warning: variable 'started' set but not used [-Wunused-but-set-variable] START_TIME(started); ^ ../libAfterBase/output.h:141:44: note: in definition of macro 'START_TIME' #define START_TIME(started) unsigned long started = 0 ^~~~~~~ In file included from afterbase.h:23:0, from ascmap.c:56: ascmap.c: At top level: ../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined inline void nonGNUC_debugout_stub( const char *format, ...); ^~~~~~~~~~~~~~~~~~~~~ gcc -O3 -DNO_DEBUG_OUTPUT -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -Wall -fPIC -I/usr/X11R7/include/freetype2 -I/usr/X11R7/include -c asfont.c -o asfont.o asfont.c: In function 'utf8_to_unicode': asfont.c:1327:6: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (!((s[1] ^ 0x80) < 0x40 && (s[2] ^ 0x80) < 0x40 ^~ asfont.c:1330:3: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' return ((UNICODE_CHAR) (c & 0x0f) << 12) ^~~~~~ asfont.c:1345:6: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (!((s[1] ^ 0x80) < 0x40 && (s[2] ^ 0x80) < 0x40 ^~ asfont.c:1349:3: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' return ((UNICODE_CHAR) (c & 0x03) << 24) ^~~~~~ In file included from afterbase.h:23:0, from asfont.c:81: asfont.c: In function 'draw_text_internal': asfont.c:1870:13: warning: variable 'started' set but not used [-Wunused-but-set-variable] START_TIME(started); ^ ../libAfterBase/output.h:141:44: note: in definition of macro 'START_TIME' #define START_TIME(started) unsigned long started = 0 ^~~~~~~ In file included from afterbase.h:23:0, from asfont.c:81: asfont.c: At top level: ../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined inline void nonGNUC_debugout_stub( const char *format, ...); ^~~~~~~~~~~~~~~~~~~~~ gcc -O3 -DNO_DEBUG_OUTPUT -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -Wall -fPIC -I/usr/X11R7/include/freetype2 -I/usr/X11R7/include -c asimagexml.c -o asimagexml.o asimagexml.c: In function 'build_image_from_xml': asimagexml.c:2471:4: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if( *rparm ) xml_elem_delete(NULL, *rparm); *rparm = tparm; ^~ asimagexml.c:2471:48: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if( *rparm ) xml_elem_delete(NULL, *rparm); *rparm = tparm; ^ In file included from afterbase.h:23:0, from asimagexml.c:58: asimagexml.c: At top level: ../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined inline void nonGNUC_debugout_stub( const char *format, ...); ^~~~~~~~~~~~~~~~~~~~~ gcc -O3 -DNO_DEBUG_OUTPUT -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -Wall -fPIC -I/usr/X11R7/include/freetype2 -I/usr/X11R7/include -c asstorage.c -o asstorage.o asstorage.c: In function 'compress_stored_data': asstorage.c:719:10: warning: variable 'buf_size' set but not used [-Wunused-but-set-variable] size_t buf_size = size ; ^~~~~~~~ In file included from afterbase.h:23:0, from asstorage.c:63: asstorage.c: At top level: ../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined inline void nonGNUC_debugout_stub( const char *format, ...); ^~~~~~~~~~~~~~~~~~~~~ gcc -O3 -DNO_DEBUG_OUTPUT -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -Wall -fPIC -I/usr/X11R7/include/freetype2 -I/usr/X11R7/include -c asvisual.c -o asvisual.o In file included from afterbase.h:23:0, from asvisual.c:41: ../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined inline void nonGNUC_debugout_stub( const char *format, ...); ^~~~~~~~~~~~~~~~~~~~~ gcc -O3 -DNO_DEBUG_OUTPUT -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -Wall -fPIC -I/usr/X11R7/include/freetype2 -I/usr/X11R7/include -c blender.c -o blender.o In file included from afterbase.h:23:0, from blender.c:36: ../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined inline void nonGNUC_debugout_stub( const char *format, ...); ^~~~~~~~~~~~~~~~~~~~~ gcc -O3 -DNO_DEBUG_OUTPUT -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -Wall -fPIC -I/usr/X11R7/include/freetype2 -I/usr/X11R7/include -c bmp.c -o bmp.o In file included from afterbase.h:23:0, from bmp.c:32: bmp.c: In function 'ASImage2DIB': bmp.c:111:13: warning: variable 'started' set but not used [-Wunused-but-set-variable] START_TIME(started); ^ ../libAfterBase/output.h:141:44: note: in definition of macro 'START_TIME' #define START_TIME(started) unsigned long started = 0 ^~~~~~~ In file included from afterbase.h:23:0, from bmp.c:32: bmp.c: At top level: ../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined inline void nonGNUC_debugout_stub( const char *format, ...); ^~~~~~~~~~~~~~~~~~~~~ gcc -O3 -DNO_DEBUG_OUTPUT -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -Wall -fPIC -I/usr/X11R7/include/freetype2 -I/usr/X11R7/include -c char2uni.c -o char2uni.o char2uni.c: In function 'parse_charset_name': char2uni.c:776:22: warning: variable 'set' set but not used [-Wunused-but-set-variable] ASSupportedCharsets set = 0; ^~~ In file included from afterbase.h:23:0, from char2uni.c:43: char2uni.c: At top level: ../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined inline void nonGNUC_debugout_stub( const char *format, ...); ^~~~~~~~~~~~~~~~~~~~~ gcc -O3 -DNO_DEBUG_OUTPUT -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -Wall -fPIC -I/usr/X11R7/include/freetype2 -I/usr/X11R7/include -c draw.c -o draw.o In file included from afterbase.h:23:0, from draw.c:44: ../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined inline void nonGNUC_debugout_stub( const char *format, ...); ^~~~~~~~~~~~~~~~~~~~~ gcc -O3 -DNO_DEBUG_OUTPUT -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -Wall -fPIC -I/usr/X11R7/include/freetype2 -I/usr/X11R7/include -c export.c -o export.o In file included from afterbase.h:23:0, from export.c:84: export.c: In function 'ASImage2xpm': export.c:279:13: warning: variable 'started' set but not used [-Wunused-but-set-variable] START_TIME(started); ^ ../libAfterBase/output.h:141:44: note: in definition of macro 'START_TIME' #define START_TIME(started) unsigned long started = 0 ^~~~~~~ export.c: In function 'ASImage2xpmRawBuff': export.c:361:13: warning: variable 'started' set but not used [-Wunused-but-set-variable] START_TIME(started); ^ ../libAfterBase/output.h:141:44: note: in definition of macro 'START_TIME' #define START_TIME(started) unsigned long started = 0 ^~~~~~~ export.c: In function 'ASImage2png_int': export.c:497:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if ( png_ptr != NULL ) ^~ export.c:506:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if( params == NULL ) ^~ In file included from afterbase.h:23:0, from export.c:84: export.c:493:13: warning: variable 'started' set but not used [-Wunused-but-set-variable] START_TIME(started); ^ ../libAfterBase/output.h:141:44: note: in definition of macro 'START_TIME' #define START_TIME(started) unsigned long started = 0 ^~~~~~~ export.c: In function 'ASImage2jpeg': export.c:756:13: warning: variable 'started' set but not used [-Wunused-but-set-variable] START_TIME(started); ^ ../libAfterBase/output.h:141:44: note: in definition of macro 'START_TIME' #define START_TIME(started) unsigned long started = 0 ^~~~~~~ export.c: In function 'ASImage2xcf': export.c:899:13: warning: variable 'started' set but not used [-Wunused-but-set-variable] START_TIME(started); ^ ../libAfterBase/output.h:141:44: note: in definition of macro 'START_TIME' #define START_TIME(started) unsigned long started = 0 ^~~~~~~ export.c: In function 'ASImage2ppm': export.c:921:13: warning: variable 'started' set but not used [-Wunused-but-set-variable] START_TIME(started); ^ ../libAfterBase/output.h:141:44: note: in definition of macro 'START_TIME' #define START_TIME(started) unsigned long started = 0 ^~~~~~~ export.c: In function 'ASImage2bmp': export.c:980:13: warning: variable 'started' set but not used [-Wunused-but-set-variable] START_TIME(started); ^ ../libAfterBase/output.h:141:44: note: in definition of macro 'START_TIME' #define START_TIME(started) unsigned long started = 0 ^~~~~~~ export.c: In function 'ASImage2ico': export.c:1027:13: warning: variable 'started' set but not used [-Wunused-but-set-variable] START_TIME(started); ^ ../libAfterBase/output.h:141:44: note: in definition of macro 'START_TIME' #define START_TIME(started) unsigned long started = 0 ^~~~~~~ export.c: In function 'ASImage2tiff': export.c:1253:13: warning: variable 'started' set but not used [-Wunused-but-set-variable] START_TIME(started); ^ ../libAfterBase/output.h:141:44: note: in definition of macro 'START_TIME' #define START_TIME(started) unsigned long started = 0 ^~~~~~~ In file included from afterbase.h:23:0, from export.c:84: export.c: At top level: ../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined inline void nonGNUC_debugout_stub( const char *format, ...); ^~~~~~~~~~~~~~~~~~~~~ gcc -O3 -DNO_DEBUG_OUTPUT -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -Wall -fPIC -I/usr/X11R7/include/freetype2 -I/usr/X11R7/include -c imencdec.c -o imencdec.o imencdec.c: In function 'create_image_xim': imencdec.c:121:24: warning: variable 'do_alpha' set but not used [-Wunused-but-set-variable] Bool scratch = False, do_alpha = False ; ^~~~~~~~ In file included from afterbase.h:23:0, from imencdec.c:64: imencdec.c: At top level: ../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined inline void nonGNUC_debugout_stub( const char *format, ...); ^~~~~~~~~~~~~~~~~~~~~ gcc -O3 -DNO_DEBUG_OUTPUT -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -Wall -fPIC -I/usr/X11R7/include/freetype2 -I/usr/X11R7/include -c import.c -o import.o In file included from afterbase.h:23:0, from import.c:92: import.c: In function 'xpm2ASImage': import.c:1133:13: warning: variable 'started' set but not used [-Wunused-but-set-variable] START_TIME(started); ^ ../libAfterBase/output.h:141:44: note: in definition of macro 'START_TIME' #define START_TIME(started) unsigned long started = 0 ^~~~~~~ import.c: In function 'xpm_data2ASImage': import.c:1157:13: warning: variable 'started' set but not used [-Wunused-but-set-variable] START_TIME(started); ^ ../libAfterBase/output.h:141:44: note: in definition of macro 'START_TIME' #define START_TIME(started) unsigned long started = 0 ^~~~~~~ import.c: In function 'xpmRawBuff2ASImage': import.c:1178:13: warning: variable 'started' set but not used [-Wunused-but-set-variable] START_TIME(started); ^ ../libAfterBase/output.h:141:44: note: in definition of macro 'START_TIME' #define START_TIME(started) unsigned long started = 0 ^~~~~~~ import.c: In function 'png2ASImage_int': import.c:1237:13: warning: variable 'started' set but not used [-Wunused-but-set-variable] START_TIME(started); ^ ../libAfterBase/output.h:141:44: note: in definition of macro 'START_TIME' #define START_TIME(started) unsigned long started = 0 ^~~~~~~ import.c: In function 'jpeg2ASImage': import.c:1559:13: warning: variable 'started' set but not used [-Wunused-but-set-variable] START_TIME(started); ^ ../libAfterBase/output.h:141:44: note: in definition of macro 'START_TIME' #define START_TIME(started) unsigned long started = 0 ^~~~~~~ import.c: In function 'xcf2ASImage': import.c:1748:13: warning: variable 'started' set but not used [-Wunused-but-set-variable] START_TIME(started); ^ ../libAfterBase/output.h:141:44: note: in definition of macro 'START_TIME' #define START_TIME(started) unsigned long started = 0 ^~~~~~~ import.c: In function 'ppm2ASImage': import.c:1802:13: warning: variable 'started' set but not used [-Wunused-but-set-variable] START_TIME(started); ^ ../libAfterBase/output.h:141:44: note: in definition of macro 'START_TIME' #define START_TIME(started) unsigned long started = 0 ^~~~~~~ import.c: In function 'bmp2ASImage': import.c:2029:13: warning: variable 'started' set but not used [-Wunused-but-set-variable] START_TIME(started); ^ ../libAfterBase/output.h:141:44: note: in definition of macro 'START_TIME' #define START_TIME(started) unsigned long started = 0 ^~~~~~~ import.c: In function 'ico2ASImage': import.c:2066:13: warning: variable 'started' set but not used [-Wunused-but-set-variable] START_TIME(started); ^ ../libAfterBase/output.h:141:44: note: in definition of macro 'START_TIME' #define START_TIME(started) unsigned long started = 0 ^~~~~~~ import.c: In function 'tiff2ASImage': import.c:2331:13: warning: variable 'started' set but not used [-Wunused-but-set-variable] START_TIME(started); ^ ../libAfterBase/output.h:141:44: note: in definition of macro 'START_TIME' #define START_TIME(started) unsigned long started = 0 ^~~~~~~ import.c: In function 'xml2ASImage': import.c:2623:13: warning: variable 'started' set but not used [-Wunused-but-set-variable] START_TIME(started); ^ ../libAfterBase/output.h:141:44: note: in definition of macro 'START_TIME' #define START_TIME(started) unsigned long started = 0 ^~~~~~~ import.c: In function 'tga2ASImage': import.c:2876:13: warning: variable 'started' set but not used [-Wunused-but-set-variable] START_TIME(started); ^ ../libAfterBase/output.h:141:44: note: in definition of macro 'START_TIME' #define START_TIME(started) unsigned long started = 0 ^~~~~~~ In file included from afterbase.h:23:0, from import.c:92: import.c: At top level: ../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined inline void nonGNUC_debugout_stub( const char *format, ...); ^~~~~~~~~~~~~~~~~~~~~ gcc -O3 -DNO_DEBUG_OUTPUT -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -Wall -fPIC -I/usr/X11R7/include/freetype2 -I/usr/X11R7/include -c pixmap.c -o pixmap.o In file included from afterbase.h:23:0, from pixmap.c:61: ../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined inline void nonGNUC_debugout_stub( const char *format, ...); ^~~~~~~~~~~~~~~~~~~~~ gcc -O3 -DNO_DEBUG_OUTPUT -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -Wall -fPIC -I/usr/X11R7/include/freetype2 -I/usr/X11R7/include -c scanline.c -o scanline.o In file included from afterbase.h:23:0, from scanline.c:40: ../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined inline void nonGNUC_debugout_stub( const char *format, ...); ^~~~~~~~~~~~~~~~~~~~~ gcc -O3 -DNO_DEBUG_OUTPUT -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -Wall -fPIC -I/usr/X11R7/include/freetype2 -I/usr/X11R7/include -c transform.c -o transform.o In file included from afterbase.h:23:0, from transform.c:64: transform.c: In function 'scale_asimage': transform.c:893:13: warning: variable 'started' set but not used [-Wunused-but-set-variable] START_TIME(started); ^ ../libAfterBase/output.h:141:44: note: in definition of macro 'START_TIME' #define START_TIME(started) unsigned long started = 0 ^~~~~~~ transform.c: In function 'scale_asimage2': transform.c:966:13: warning: variable 'started' set but not used [-Wunused-but-set-variable] START_TIME(started); ^ ../libAfterBase/output.h:141:44: note: in definition of macro 'START_TIME' #define START_TIME(started) unsigned long started = 0 ^~~~~~~ transform.c: In function 'tile_asimage': transform.c:1045:13: warning: variable 'started' set but not used [-Wunused-but-set-variable] START_TIME(started); ^ ../libAfterBase/output.h:141:44: note: in definition of macro 'START_TIME' #define START_TIME(started) unsigned long started = 0 ^~~~~~~ transform.c: In function 'merge_layers': transform.c:1109:13: warning: variable 'started' set but not used [-Wunused-but-set-variable] START_TIME(started); ^ ../libAfterBase/output.h:141:44: note: in definition of macro 'START_TIME' #define START_TIME(started) unsigned long started = 0 ^~~~~~~ transform.c: In function 'make_gradient': transform.c:1475:13: warning: variable 'started' set but not used [-Wunused-but-set-variable] START_TIME(started); ^ ../libAfterBase/output.h:141:44: note: in definition of macro 'START_TIME' #define START_TIME(started) unsigned long started = 0 ^~~~~~~ transform.c: In function 'flip_asimage': transform.c:1555:13: warning: variable 'started' set but not used [-Wunused-but-set-variable] START_TIME(started); ^ ../libAfterBase/output.h:141:44: note: in definition of macro 'START_TIME' #define START_TIME(started) unsigned long started = 0 ^~~~~~~ transform.c: In function 'mirror_asimage': transform.c:1670:13: warning: variable 'started' set but not used [-Wunused-but-set-variable] START_TIME(started); ^ ../libAfterBase/output.h:141:44: note: in definition of macro 'START_TIME' #define START_TIME(started) unsigned long started = 0 ^~~~~~~ transform.c: In function 'pad_asimage': transform.c:1732:13: warning: variable 'started' set but not used [-Wunused-but-set-variable] START_TIME(started); ^ ../libAfterBase/output.h:141:44: note: in definition of macro 'START_TIME' #define START_TIME(started) unsigned long started = 0 ^~~~~~~ transform.c: In function 'fill_asimage': transform.c:1855:13: warning: variable 'started' set but not used [-Wunused-but-set-variable] START_TIME(started); ^ ../libAfterBase/output.h:141:44: note: in definition of macro 'START_TIME' #define START_TIME(started) unsigned long started = 0 ^~~~~~~ transform.c: In function 'colorize_asimage_vector': transform.c:1930:13: warning: variable 'started' set but not used [-Wunused-but-set-variable] START_TIME(started); ^ ../libAfterBase/output.h:141:44: note: in definition of macro 'START_TIME' #define START_TIME(started) unsigned long started = 0 ^~~~~~~ transform.c: In function 'adjust_asimage_hsv': transform.c:2804:13: warning: variable 'started' set but not used [-Wunused-but-set-variable] START_TIME(started); ^ ../libAfterBase/output.h:141:44: note: in definition of macro 'START_TIME' #define START_TIME(started) unsigned long started = 0 ^~~~~~~ transform.c: In function 'slice_asimage2': transform.c:2997:13: warning: variable 'started' set but not used [-Wunused-but-set-variable] START_TIME(started); ^ ../libAfterBase/output.h:141:44: note: in definition of macro 'START_TIME' #define START_TIME(started) unsigned long started = 0 ^~~~~~~ transform.c: In function 'pixelize_asimage': transform.c:3212:13: warning: variable 'started' set but not used [-Wunused-but-set-variable] START_TIME(started); ^ ../libAfterBase/output.h:141:44: note: in definition of macro 'START_TIME' #define START_TIME(started) unsigned long started = 0 ^~~~~~~ transform.c: In function 'color2alpha_asimage': transform.c:3343:13: warning: variable 'started' set but not used [-Wunused-but-set-variable] START_TIME(started); ^ ../libAfterBase/output.h:141:44: note: in definition of macro 'START_TIME' #define START_TIME(started) unsigned long started = 0 ^~~~~~~ In file included from afterbase.h:23:0, from transform.c:64: transform.c: At top level: ../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined inline void nonGNUC_debugout_stub( const char *format, ...); ^~~~~~~~~~~~~~~~~~~~~ gcc -O3 -DNO_DEBUG_OUTPUT -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -Wall -fPIC -I/usr/X11R7/include/freetype2 -I/usr/X11R7/include -c ungif.c -o ungif.o In file included from afterbase.h:23:0, from ungif.c:56: ../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined inline void nonGNUC_debugout_stub( const char *format, ...); ^~~~~~~~~~~~~~~~~~~~~ gcc -O3 -DNO_DEBUG_OUTPUT -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -Wall -fPIC -I/usr/X11R7/include/freetype2 -I/usr/X11R7/include -c xcf.c -o xcf.o In file included from afterbase.h:23:0, from xcf.c:48: ../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined inline void nonGNUC_debugout_stub( const char *format, ...); ^~~~~~~~~~~~~~~~~~~~~ gcc -O3 -DNO_DEBUG_OUTPUT -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -Wall -fPIC -I/usr/X11R7/include/freetype2 -I/usr/X11R7/include -c ximage.c -o ximage.o In file included from afterbase.h:23:0, from ximage.c:54: ../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined inline void nonGNUC_debugout_stub( const char *format, ...); ^~~~~~~~~~~~~~~~~~~~~ gcc -O3 -DNO_DEBUG_OUTPUT -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -Wall -fPIC -I/usr/X11R7/include/freetype2 -I/usr/X11R7/include -c xpm.c -o xpm.o In file included from afterbase.h:23:0, from xpm.c:72: ../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined inline void nonGNUC_debugout_stub( const char *format, ...); ^~~~~~~~~~~~~~~~~~~~~ /bin/rm -f libAfterImage.a ar clq libAfterImage.a asimage.o ascmap.o asfont.o asimagexml.o asstorage.o asvisual.o blender.o bmp.o char2uni.o draw.o export.o imencdec.o import.o pixmap.o scanline.o transform.o ungif.o xcf.o ximage.o xpm.o ranlib libAfterImage.a gmake[2]: Entering directory '/tmp/pkgbuild/wm/afterstep/work.sparc64/AfterStep-2.2.11/libAfterImage/apps' gcc -O3 -DNO_DEBUG_OUTPUT -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -Wall -fPIC -I/usr/X11R7/include -I.. -c asview.c In file included from ../afterbase.h:23:0, from asview.c:20: ../../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined inline void nonGNUC_debugout_stub( const char *format, ...); ^~~~~~~~~~~~~~~~~~~~~ gcc -O3 -DNO_DEBUG_OUTPUT -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -Wall -fPIC -I/usr/X11R7/include -I.. -c common.c In file included from ../afterbase.h:23:0, from common.c:5: ../../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined inline void nonGNUC_debugout_stub( const char *format, ...); ^~~~~~~~~~~~~~~~~~~~~ gcc asview.o common.o -L/usr/pkg/lib -L/usr/X11R7/lib -Wl,-R/usr/X11R7/lib -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib -rdynamic -rdynamic -L../ -L../../libAfterBase -lAfterImage -lAfterBase -L/usr/X11R7/lib -lfreetype -ltiff -lX11 -L/usr/X11R7/lib -lSM -lICE -lXext -ljpeg -lpng -lz -lm -lX11 -L/usr/X11R7/lib -lSM -lICE -lXext -lexecinfo -o asview gcc -O3 -DNO_DEBUG_OUTPUT -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -Wall -fPIC -I/usr/X11R7/include -I.. -c asscale.c In file included from ../afterbase.h:23:0, from asscale.c:27: ../../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined inline void nonGNUC_debugout_stub( const char *format, ...); ^~~~~~~~~~~~~~~~~~~~~ gcc asscale.o common.o -L/usr/pkg/lib -L/usr/X11R7/lib -Wl,-R/usr/X11R7/lib -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib -rdynamic -rdynamic -L../ -L../../libAfterBase -lAfterImage -lAfterBase -L/usr/X11R7/lib -lfreetype -ltiff -lX11 -L/usr/X11R7/lib -lSM -lICE -lXext -ljpeg -lpng -lz -lm -lX11 -L/usr/X11R7/lib -lSM -lICE -lXext -lexecinfo -o asscale gcc -O3 -DNO_DEBUG_OUTPUT -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -Wall -fPIC -I/usr/X11R7/include -I.. -c astile.c In file included from ../afterbase.h:23:0, from astile.c:44: ../../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined inline void nonGNUC_debugout_stub( const char *format, ...); ^~~~~~~~~~~~~~~~~~~~~ gcc astile.o common.o -L/usr/pkg/lib -L/usr/X11R7/lib -Wl,-R/usr/X11R7/lib -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib -rdynamic -rdynamic -L../ -L../../libAfterBase -lAfterImage -lAfterBase -L/usr/X11R7/lib -lfreetype -ltiff -lX11 -L/usr/X11R7/lib -lSM -lICE -lXext -ljpeg -lpng -lz -lm -lX11 -L/usr/X11R7/lib -lSM -lICE -lXext -lexecinfo -o astile gcc -O3 -DNO_DEBUG_OUTPUT -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -Wall -fPIC -I/usr/X11R7/include -I.. -c asmerge.c In file included from ../afterbase.h:23:0, from asmerge.c:34: ../../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined inline void nonGNUC_debugout_stub( const char *format, ...); ^~~~~~~~~~~~~~~~~~~~~ gcc asmerge.o common.o -L/usr/pkg/lib -L/usr/X11R7/lib -Wl,-R/usr/X11R7/lib -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib -rdynamic -rdynamic -L../ -L../../libAfterBase -lAfterImage -lAfterBase -L/usr/X11R7/lib -lfreetype -ltiff -lX11 -L/usr/X11R7/lib -lSM -lICE -lXext -ljpeg -lpng -lz -lm -lX11 -L/usr/X11R7/lib -lSM -lICE -lXext -lexecinfo -o asmerge gcc -O3 -DNO_DEBUG_OUTPUT -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -Wall -fPIC -I/usr/X11R7/include -I.. -c asgrad.c In file included from ../afterbase.h:23:0, from asgrad.c:26: ../../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined inline void nonGNUC_debugout_stub( const char *format, ...); ^~~~~~~~~~~~~~~~~~~~~ gcc asgrad.o common.o -L/usr/pkg/lib -L/usr/X11R7/lib -Wl,-R/usr/X11R7/lib -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib -rdynamic -rdynamic -L../ -L../../libAfterBase -lAfterImage -lAfterBase -L/usr/X11R7/lib -lfreetype -ltiff -lX11 -L/usr/X11R7/lib -lSM -lICE -lXext -ljpeg -lpng -lz -lm -lX11 -L/usr/X11R7/lib -lSM -lICE -lXext -lexecinfo -o asgrad gcc -O3 -DNO_DEBUG_OUTPUT -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -Wall -fPIC -I/usr/X11R7/include -I.. -c asflip.c In file included from ../afterbase.h:23:0, from asflip.c:26: ../../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined inline void nonGNUC_debugout_stub( const char *format, ...); ^~~~~~~~~~~~~~~~~~~~~ gcc asflip.o common.o -L/usr/pkg/lib -L/usr/X11R7/lib -Wl,-R/usr/X11R7/lib -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib -rdynamic -rdynamic -L../ -L../../libAfterBase -lAfterImage -lAfterBase -L/usr/X11R7/lib -lfreetype -ltiff -lX11 -L/usr/X11R7/lib -lSM -lICE -lXext -ljpeg -lpng -lz -lm -lX11 -L/usr/X11R7/lib -lSM -lICE -lXext -lexecinfo -o asflip gcc -O3 -DNO_DEBUG_OUTPUT -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -Wall -fPIC -I/usr/X11R7/include -I.. -c asi18n.c In file included from ../afterbase.h:23:0, from asi18n.c:8: ../../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined inline void nonGNUC_debugout_stub( const char *format, ...); ^~~~~~~~~~~~~~~~~~~~~ gcc asi18n.o common.o -L/usr/pkg/lib -L/usr/X11R7/lib -Wl,-R/usr/X11R7/lib -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib -rdynamic -rdynamic -L../ -L../../libAfterBase -lAfterImage -lAfterBase -L/usr/X11R7/lib -lfreetype -ltiff -lX11 -L/usr/X11R7/lib -lSM -lICE -lXext -ljpeg -lpng -lz -lm -lX11 -L/usr/X11R7/lib -lSM -lICE -lXext -lexecinfo -o asi18n gcc -O3 -DNO_DEBUG_OUTPUT -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -Wall -fPIC -I/usr/X11R7/include -I.. -c astext.c In file included from ../afterbase.h:23:0, from astext.c:34: ../../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined inline void nonGNUC_debugout_stub( const char *format, ...); ^~~~~~~~~~~~~~~~~~~~~ gcc astext.o common.o -L/usr/pkg/lib -L/usr/X11R7/lib -Wl,-R/usr/X11R7/lib -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib -rdynamic -rdynamic -L../ -L../../libAfterBase -lAfterImage -lAfterBase -L/usr/X11R7/lib -lfreetype -ltiff -lX11 -L/usr/X11R7/lib -lSM -lICE -lXext -ljpeg -lpng -lz -lm -lX11 -L/usr/X11R7/lib -lSM -lICE -lXext -lexecinfo -o astext gcc -O3 -DNO_DEBUG_OUTPUT -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -Wall -fPIC -I/usr/X11R7/include -I.. -c ascompose.c ascompose.c: In function 'showimage': ascompose.c:1042:7: warning: variable 'depth' set but not used [-Wunused-but-set-variable] int depth = 0; ^~~~~ In file included from ../afterbase.h:23:0, from ascompose.c:47: ascompose.c: At top level: ../../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined inline void nonGNUC_debugout_stub( const char *format, ...); ^~~~~~~~~~~~~~~~~~~~~ gcc ascompose.o common.o -L/usr/pkg/lib -L/usr/X11R7/lib -Wl,-R/usr/X11R7/lib -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib -rdynamic -rdynamic -L../ -L../../libAfterBase -lAfterImage -lAfterBase -L/usr/X11R7/lib -lfreetype -ltiff -lX11 -L/usr/X11R7/lib -lSM -lICE -lXext -ljpeg -lpng -lz -lm -lX11 -L/usr/X11R7/lib -lSM -lICE -lXext -lexecinfo -o ascompose gcc -O3 -DNO_DEBUG_OUTPUT -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -Wall -fPIC -I/usr/X11R7/include -I.. -c asvector.c In file included from ../afterbase.h:23:0, from asvector.c:24: ../../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined inline void nonGNUC_debugout_stub( const char *format, ...); ^~~~~~~~~~~~~~~~~~~~~ gcc asvector.o common.o -L/usr/pkg/lib -L/usr/X11R7/lib -Wl,-R/usr/X11R7/lib -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib -rdynamic -rdynamic -L../ -L../../libAfterBase -lAfterImage -lAfterBase -L/usr/X11R7/lib -lfreetype -ltiff -lX11 -L/usr/X11R7/lib -lSM -lICE -lXext -ljpeg -lpng -lz -lm -lX11 -L/usr/X11R7/lib -lSM -lICE -lXext -lexecinfo -o asvector gcc -O3 -DNO_DEBUG_OUTPUT -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -Wall -fPIC -I/usr/X11R7/include -I.. -c ascheckttf.c ascheckttf.c: In function 'main': ascheckttf.c:48:6: warning: variable 'text_margin' set but not used [-Wunused-but-set-variable] int text_margin = size/2 ; ^~~~~~~~~~~ In file included from ../afterbase.h:23:0, from ascheckttf.c:6: ascheckttf.c: At top level: ../../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined inline void nonGNUC_debugout_stub( const char *format, ...); ^~~~~~~~~~~~~~~~~~~~~ gcc ascheckttf.o -L/usr/pkg/lib -L/usr/X11R7/lib -Wl,-R/usr/X11R7/lib -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib -rdynamic -rdynamic -L../ -L../../libAfterBase -lAfterImage -lAfterBase -L/usr/X11R7/lib -lfreetype -ltiff -lX11 -L/usr/X11R7/lib -lSM -lICE -lXext -ljpeg -lpng -lz -lm -lX11 -L/usr/X11R7/lib -lSM -lICE -lXext -lexecinfo -o ascheckttf gmake[2]: Leaving directory '/tmp/pkgbuild/wm/afterstep/work.sparc64/AfterStep-2.2.11/libAfterImage/apps' gmake[1]: Leaving directory '/tmp/pkgbuild/wm/afterstep/work.sparc64/AfterStep-2.2.11/libAfterImage' gmake[1]: Entering directory '/tmp/pkgbuild/wm/afterstep/work.sparc64/AfterStep-2.2.11/libAfterStep' gcc -DNO_DEBUG_OUTPUT -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -Wall -fPIC -I/usr/X11R7/include -c asapp.c asapp.c: In function 'spawn_child': asapp.c:1100:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if( cmd == NULL ) ^~ asapp.c:1102:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if( as_init_singletons ) ^~ In file included from asapp.c:35:0: asapp.c: At top level: session.h:51:20: warning: inline function 'get_session_override' declared but never defined inline const char *get_session_override(ASSession * session, int function ); ^~~~~~~~~~~~~~~~~~~~ In file included from screen.h:15:0, from asapp.c:33: mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc ); ^~~~~~~~~~~~~~~~~~~~~~ In file included from ../include/afterbase.h:2:0, from asapp.h:45, from asapp.c:30: ../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined inline void nonGNUC_debugout_stub( const char *format, ...); ^~~~~~~~~~~~~~~~~~~~~ gcc -DNO_DEBUG_OUTPUT -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -Wall -fPIC -I/usr/X11R7/include -c ascommand.c ascommand.c: In function 'ascom_pop_winlist': ascommand.c:420:15: warning: variable 'elem' set but not used [-Wunused-but-set-variable] client_item *elem; ^~~~ In file included from screen.h:15:0, from ascommand.c:36: ascommand.c: At top level: mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc ); ^~~~~~~~~~~~~~~~~~~~~~ In file included from ../include/afterbase.h:2:0, from asapp.h:45, from ascommand.c:23: ../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined inline void nonGNUC_debugout_stub( const char *format, ...); ^~~~~~~~~~~~~~~~~~~~~ gcc -DNO_DEBUG_OUTPUT -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -Wall -fPIC -I/usr/X11R7/include -c asdatabase.c In file included from ../include/afterbase.h:2:0, from asapp.h:45, from asdatabase.c:29: ../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined inline void nonGNUC_debugout_stub( const char *format, ...); ^~~~~~~~~~~~~~~~~~~~~ gcc -DNO_DEBUG_OUTPUT -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -Wall -fPIC -I/usr/X11R7/include -c asfeel.c In file included from screen.h:15:0, from asfeel.c:28: mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc ); ^~~~~~~~~~~~~~~~~~~~~~ In file included from ../include/afterbase.h:2:0, from asapp.h:45, from asfeel.c:23: ../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined inline void nonGNUC_debugout_stub( const char *format, ...); ^~~~~~~~~~~~~~~~~~~~~ gcc -DNO_DEBUG_OUTPUT -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -Wall -fPIC -I/usr/X11R7/include -c aswindata.c In file included from screen.h:15:0, from aswindata.c:28: mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc ); ^~~~~~~~~~~~~~~~~~~~~~ In file included from ../include/afterbase.h:2:0, from asapp.h:45, from aswindata.c:26: ../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined inline void nonGNUC_debugout_stub( const char *format, ...); ^~~~~~~~~~~~~~~~~~~~~ gcc -DNO_DEBUG_OUTPUT -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -Wall -fPIC -I/usr/X11R7/include -c balloon.c balloon.c: In function 'display_active_balloon': balloon.c:173:9: warning: this 'while' clause does not guard... [-Wmisleading-indentation] while (timer_remove_by_data (state->active)); ^~~~~ balloon.c:175:3: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'while' if( tbar != NULL ) ^~ balloon.c: In function 'balloon_set_text': balloon.c:533:6: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if( balloon->data.text.text == text ) ^~ balloon.c:535:3: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' destroy_asballoon_data( balloon ); ^~~~~~~~~~~~~~~~~~~~~~ In file included from screen.h:15:0, from balloon.c:29: balloon.c: At top level: mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc ); ^~~~~~~~~~~~~~~~~~~~~~ In file included from ../include/afterbase.h:2:0, from asapp.h:45, from balloon.c:26: ../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined inline void nonGNUC_debugout_stub( const char *format, ...); ^~~~~~~~~~~~~~~~~~~~~ gcc -DNO_DEBUG_OUTPUT -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -Wall -fPIC -I/usr/X11R7/include -c canvas.c canvas.c: In function 'configure_canvas': canvas.c:851:11: warning: this 'if' clause does not guard... [-Wmisleading-indentation] }else if( AS_ASSERT(width)) ^~ canvas.c:854:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if( !get_flags( mask, CWHeight ) ) ^~ canvas.c:862:11: warning: this 'if' clause does not guard... [-Wmisleading-indentation] }else if( AS_ASSERT(height)) ^~ canvas.c:865:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if( get_flags( mask, CWX ) && curr_x != x ) ^~ In file included from screen.h:15:0, from canvas.c:29: canvas.c: At top level: mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc ); ^~~~~~~~~~~~~~~~~~~~~~ In file included from ../include/afterbase.h:2:0, from asapp.h:45, from canvas.c:27: ../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined inline void nonGNUC_debugout_stub( const char *format, ...); ^~~~~~~~~~~~~~~~~~~~~ gcc -DNO_DEBUG_OUTPUT -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -Wall -fPIC -I/usr/X11R7/include -c clientprops.c clientprops.c: In function 'read_kde_systray_window_for': clientprops.c:694:67: warning: passing argument 3 of 'read_32bit_property' from incompatible pointer type [-Wincompatible-pointer-types] if (read_32bit_property (w, _XA_KDE_NET_SYSTEM_TRAY_WINDOW_FOR, &hints->kde_hints.systray_window_for)) ^ In file included from ../include/afterbase.h:18:0, from asapp.h:45, from clientprops.c:22: ../include/../libAfterBase/xprop.h:39:6: note: expected 'CARD32 * {aka unsigned int *}' but argument is of type 'Window * {aka long unsigned int *}' Bool read_32bit_property (Window w, Atom property, CARD32* trg); ^~~~~~~~~~~~~~~~~~~ In file included from screen.h:15:0, from clientprops.c:23: clientprops.c: At top level: mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc ); ^~~~~~~~~~~~~~~~~~~~~~ In file included from ../include/afterbase.h:2:0, from asapp.h:45, from clientprops.c:22: ../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined inline void nonGNUC_debugout_stub( const char *format, ...); ^~~~~~~~~~~~~~~~~~~~~ gcc -DNO_DEBUG_OUTPUT -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -Wall -fPIC -I/usr/X11R7/include -c colorscheme.c colorscheme.c:171:12: warning: 'MAKE_ARGB32_SHADE100' is static but used in inline function 'make_mono_grad_argb' which is not static grad[1] = MAKE_ARGB32_SHADE100( base_alpha16, light_val ); ^~~~~~~~~~~~~~~~~~~~ colorscheme.c:170:12: warning: 'MAKE_ARGB32_SHADE100' is static but used in inline function 'make_mono_grad_argb' which is not static grad[0] = MAKE_ARGB32_SHADE100( base_alpha16, dark_val ); ^~~~~~~~~~~~~~~~~~~~ In file included from ../include/afterbase.h:2:0, from asapp.h:45, from colorscheme.c:5: ../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined inline void nonGNUC_debugout_stub( const char *format, ...); ^~~~~~~~~~~~~~~~~~~~~ gcc -DNO_DEBUG_OUTPUT -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -Wall -fPIC -I/usr/X11R7/include -c decor.c decor.c: In function 'aslabel_style_changed': decor.c:461:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for( i = 0 ; i < BAR_STATE_NUM; ++i) ^~~ decor.c:469:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' if( get_flags( flip, FLIP_VERTICAL ) ) ^~ decor.c: In function 'set_aslabel_layer': decor.c:489:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if( layer->im == NULL ) ^~ decor.c:493:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if( get_flags( ASTileFlip(*tile), FLIP_VERTICAL ) ) ^~ decor.c: In function 'make_tile_pad': decor.c:1231:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if( cell_size <= tile_size ) ^~ decor.c:1233:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if( !pad_before ) ^~ decor.c: In function 'render_astbar_int': decor.c:1419:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (style == NULL) ^~ decor.c:1422:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if( origin_canvas == NULL ) ^~ decor.c:1567:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if( floating_cols_count > 0 && space_left_x != 0) ^~ decor.c:1587:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if( space_left_x < -1 ) ^~ decor.c:1591:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if( floating_rows_count > 0 && space_left_y != 0) ^~ decor.c:1611:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if( space_left_y < -1 ) ^~ In file included from ../include/afterbase.h:2:0, from asapp.h:45, from decor.c:23: decor.c:1384:16: warning: variable 'started' set but not used [-Wunused-but-set-variable] START_TIME(started); ^ ../include/../libAfterBase/output.h:141:44: note: in definition of macro 'START_TIME' #define START_TIME(started) unsigned long started = 0 ^~~~~~~ In file included from screen.h:15:0, from decor.c:26: decor.c: At top level: mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc ); ^~~~~~~~~~~~~~~~~~~~~~ In file included from ../include/afterbase.h:2:0, from asapp.h:45, from decor.c:23: ../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined inline void nonGNUC_debugout_stub( const char *format, ...); ^~~~~~~~~~~~~~~~~~~~~ gcc -DNO_DEBUG_OUTPUT -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -Wall -fPIC -I/usr/X11R7/include -c desktop_category.c In file included from ../include/afterbase.h:2:0, from asapp.h:45, from desktop_category.c:25: ../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined inline void nonGNUC_debugout_stub( const char *format, ...); ^~~~~~~~~~~~~~~~~~~~~ gcc -DNO_DEBUG_OUTPUT -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -Wall -fPIC -I/usr/X11R7/include -c event.c event.c: In function 'check_event_masked': event.c:379:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (res) ^~ event.c:381:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' return res; ^~~~~~ event.c: At top level: event.c:238:12: warning: '_as_event_types' is static but used in inline function 'stash_event_time' which is not static return (_as_event_types[xevent->type].last_time = *ptime) ; ^~~~~~~~~~~~~~~ event.c:220:39: warning: 'last_system_time' is static but declared in inline function 'stash_event_time' which is not static static time_t last_system_time = 0; ^~~~~~~~~~~~~~~~ event.c:218:17: warning: 'as_xserver_is_local' is static but used in inline function 'stash_event_time' which is not static if(as_xserver_is_local) ^~~~~~~~~~~~~~~~~~~ event.c:208:50: warning: '_as_event_types' is static but used in inline function 'stash_event_time' which is not static register Time *ptime = (Time*)((char*)xevent + _as_event_types[xevent->type].time_offset); ^~~~~~~~~~~~~~~ In file included from screen.h:15:0, from event.c:24: mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc ); ^~~~~~~~~~~~~~~~~~~~~~ In file included from ../include/afterbase.h:2:0, from asapp.h:45, from event.c:21: ../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined inline void nonGNUC_debugout_stub( const char *format, ...); ^~~~~~~~~~~~~~~~~~~~~ gcc -DNO_DEBUG_OUTPUT -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -Wall -fPIC -I/usr/X11R7/include -c freestor.c In file included from screen.h:15:0, from freestor.c:48: mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc ); ^~~~~~~~~~~~~~~~~~~~~~ In file included from ../include/afterbase.h:2:0, from asapp.h:45, from freestor.c:45: ../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined inline void nonGNUC_debugout_stub( const char *format, ...); ^~~~~~~~~~~~~~~~~~~~~ gcc -DNO_DEBUG_OUTPUT -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -Wall -fPIC -I/usr/X11R7/include -c functions.c functions.c: In function 'txt2fterm': functions.c:44:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if ((fterm = FindStatementTerm ((char *)txt, (SyntaxDef*)pFuncSyntax)) == NULL && !quiet) ^~ functions.c:47:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' return fterm; ^~~~~~ functions.c: In function 'create_named_function': functions.c:323:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if( name ) ^~ functions.c:325:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' return fdata ; ^~~~~~ functions.c: In function 'add_menu_fdata_item': functions.c:727:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if( fdata ) ^~ functions.c:743:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' return mdi; ^~~~~~ In file included from screen.h:15:0, from functions.c:27: functions.c: At top level: mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc ); ^~~~~~~~~~~~~~~~~~~~~~ In file included from ../include/afterbase.h:2:0, from asapp.h:45, from functions.c:25: ../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined inline void nonGNUC_debugout_stub( const char *format, ...); ^~~~~~~~~~~~~~~~~~~~~ gcc -DNO_DEBUG_OUTPUT -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -Wall -fPIC -I/usr/X11R7/include -c font.c In file included from screen.h:15:0, from font.c:3: mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc ); ^~~~~~~~~~~~~~~~~~~~~~ In file included from ../include/afterbase.h:2:0, from asapp.h:45, from font.c:2: ../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined inline void nonGNUC_debugout_stub( const char *format, ...); ^~~~~~~~~~~~~~~~~~~~~ gcc -DNO_DEBUG_OUTPUT -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -Wall -fPIC -I/usr/X11R7/include -c hints.c hints.c: In function 'make_detach_pos': hints.c:2054:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (hints == NULL || status == NULL || anchor == NULL ) ^~ hints.c:2057:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (get_flags (status->flags, AS_StartBorderWidth)) ^~ hints.c: In function 'print_clean_hints': hints.c:2932:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (clean->windowbox_name && get_flags (clean->flags, AS_Windowbox)) ^~ hints.c:2935:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' for (i = 0; i < BACK_STYLES; i++) ^~~ hints.c: In function 'deserialize_string': hints.c:3183:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if( buf_size && *buf_size < 2) ^~ hints.c:3185:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' len = buf[0]; ^~~ hints.c:3199:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if( buf_size ) ^~ hints.c:3201:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' *pbuf += len; ^ In file included from screen.h:15:0, from hints.c:26: hints.c: At top level: mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc ); ^~~~~~~~~~~~~~~~~~~~~~ In file included from ../include/afterbase.h:2:0, from asapp.h:45, from hints.c:23: ../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined inline void nonGNUC_debugout_stub( const char *format, ...); ^~~~~~~~~~~~~~~~~~~~~ gcc -DNO_DEBUG_OUTPUT -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -Wall -fPIC -I/usr/X11R7/include -c kde.c In file included from ../include/afterbase.h:2:0, from asapp.h:45, from kde.c:24: ../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined inline void nonGNUC_debugout_stub( const char *format, ...); ^~~~~~~~~~~~~~~~~~~~~ gcc -DNO_DEBUG_OUTPUT -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -Wall -fPIC -I/usr/X11R7/include -c module.c In file included from module.c:44:0: session.h:51:20: warning: inline function 'get_session_override' declared but never defined inline const char *get_session_override(ASSession * session, int function ); ^~~~~~~~~~~~~~~~~~~~ In file included from screen.h:15:0, from module.c:41: mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc ); ^~~~~~~~~~~~~~~~~~~~~~ In file included from ../include/afterbase.h:2:0, from asapp.h:45, from module.c:23: ../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined inline void nonGNUC_debugout_stub( const char *format, ...); ^~~~~~~~~~~~~~~~~~~~~ gcc -DNO_DEBUG_OUTPUT -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -Wall -fPIC -I/usr/X11R7/include -c moveresize.c moveresize.c: In function 'update_ashint_geometry': moveresize.c:68:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if( height < hw->look->resize_move_geometry.height ) ^~ moveresize.c:71:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if( get_flags( hw->look->resize_move_geometry.flags, XValue|YValue ) != (XValue|YValue) ) ^~ moveresize.c: In function 'destroy_ashint_window': moveresize.c:146:7: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if( (*hw)->canvas ) ^~ moveresize.c:148:4: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if( (*hw)->w ) ^~ moveresize.c: In function 'grab_widget_pointer': moveresize.c:43:25: warning: this 'while' clause does not guard... [-Wmisleading-indentation] #define SHOW_CHECKPOINT while(0) ^ moveresize.c:261:1: note: in expansion of macro 'SHOW_CHECKPOINT' SHOW_CHECKPOINT; ^~~~~~~~~~~~~~~ moveresize.c:262:3: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'while' for( i = 0 ; i < 5 ; ++i ) ^~~ moveresize.c:43:25: warning: this 'while' clause does not guard... [-Wmisleading-indentation] #define SHOW_CHECKPOINT while(0) ^ moveresize.c:273:1: note: in expansion of macro 'SHOW_CHECKPOINT' SHOW_CHECKPOINT; ^~~~~~~~~~~~~~~ moveresize.c:274:6: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'while' tmp.x.type = ButtonRelease ; ^~~ moveresize.c:233:10: warning: variable 'ttime' set but not used [-Wunused-but-set-variable] Time ttime = CurrentTime ; ^~~~~ moveresize.c: In function 'move_resize_loop': moveresize.c:43:25: warning: this 'while' clause does not guard... [-Wmisleading-indentation] #define SHOW_CHECKPOINT while(0) ^ moveresize.c:472:1: note: in expansion of macro 'SHOW_CHECKPOINT' SHOW_CHECKPOINT; ^~~~~~~~~~~~~~~ moveresize.c:474:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'while' if( AS_ASSERT(event) || AS_ASSERT(data)) ^~ moveresize.c:43:25: warning: this 'while' clause does not guard... [-Wmisleading-indentation] #define SHOW_CHECKPOINT while(0) ^ moveresize.c:482:1: note: in expansion of macro 'SHOW_CHECKPOINT' SHOW_CHECKPOINT; ^~~~~~~~~~~~~~~ moveresize.c:483:3: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'while' data->pointer_state = event->x.xbutton.state ; ^~~~ moveresize.c:43:25: warning: this 'while' clause does not guard... [-Wmisleading-indentation] #define SHOW_CHECKPOINT while(0) ^ moveresize.c:484:1: note: in expansion of macro 'SHOW_CHECKPOINT' SHOW_CHECKPOINT; ^~~~~~~~~~~~~~~ moveresize.c:485:3: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'while' if( data->subwindow_func && ^~ moveresize.c:43:25: warning: this 'while' clause does not guard... [-Wmisleading-indentation] #define SHOW_CHECKPOINT while(0) ^ moveresize.c:488:1: note: in expansion of macro 'SHOW_CHECKPOINT' SHOW_CHECKPOINT; ^~~~~~~~~~~~~~~ moveresize.c:489:4: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'while' data->subwindow_func( data, event ); ^~~~ moveresize.c:43:25: warning: this 'while' clause does not guard... [-Wmisleading-indentation] #define SHOW_CHECKPOINT while(0) ^ moveresize.c:490:1: note: in expansion of macro 'SHOW_CHECKPOINT' SHOW_CHECKPOINT; ^~~~~~~~~~~~~~~ moveresize.c:491:4: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'while' data->curr_subwindow = event->x.xbutton.subwindow ; ^~~~ moveresize.c:43:25: warning: this 'while' clause does not guard... [-Wmisleading-indentation] #define SHOW_CHECKPOINT while(0) ^ moveresize.c:493:1: note: in expansion of macro 'SHOW_CHECKPOINT' SHOW_CHECKPOINT; ^~~~~~~~~~~~~~~ moveresize.c:494:3: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'while' if (event->x.type == MotionNotify) ^~ moveresize.c:43:25: warning: this 'while' clause does not guard... [-Wmisleading-indentation] #define SHOW_CHECKPOINT while(0) ^ moveresize.c:506:1: note: in expansion of macro 'SHOW_CHECKPOINT' SHOW_CHECKPOINT; ^~~~~~~~~~~~~~~ moveresize.c:507:13: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'while' if( data->stop_on_button_press ) ^~ moveresize.c:43:25: warning: this 'while' clause does not guard... [-Wmisleading-indentation] #define SHOW_CHECKPOINT while(0) ^ moveresize.c:524:1: note: in expansion of macro 'SHOW_CHECKPOINT' SHOW_CHECKPOINT; ^~~~~~~~~~~~~~~ moveresize.c:525:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'while' switch (event->x.type) ^~~~~~ moveresize.c:43:25: warning: this 'while' clause does not guard... [-Wmisleading-indentation] #define SHOW_CHECKPOINT while(0) ^ moveresize.c:565:1: note: in expansion of macro 'SHOW_CHECKPOINT' SHOW_CHECKPOINT; ^~~~~~~~~~~~~~~ moveresize.c:566:13: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'while' if( (data->stop_on_button_press?1:0) == (event->x.type==ButtonPress?1:0)) ^~ moveresize.c:43:25: warning: this 'while' clause does not guard... [-Wmisleading-indentation] #define SHOW_CHECKPOINT while(0) ^ moveresize.c:600:1: note: in expansion of macro 'SHOW_CHECKPOINT' SHOW_CHECKPOINT; ^~~~~~~~~~~~~~~ moveresize.c:601:4: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'while' return 0; ^~~~~~ moveresize.c:43:25: warning: this 'while' clause does not guard... [-Wmisleading-indentation] #define SHOW_CHECKPOINT while(0) ^ moveresize.c:606:1: note: in expansion of macro 'SHOW_CHECKPOINT' SHOW_CHECKPOINT; ^~~~~~~~~~~~~~~ moveresize.c:607:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'while' return ASE_Consumed; ^~~~~~ moveresize.c: In function 'restrain_size': moveresize.c:772:10: warning: this 'if' clause does not guard... [-Wmisleading-indentation] else if( incr != 0 ) /* negative increment for growing windows, positive - for shrinking */ ^~ moveresize.c:774:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' return size ; ^~~~~~ In file included from screen.h:15:0, from moveresize.c:33: moveresize.c: At top level: mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc ); ^~~~~~~~~~~~~~~~~~~~~~ In file included from ../include/afterbase.h:2:0, from asapp.h:45, from moveresize.c:27: ../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined inline void nonGNUC_debugout_stub( const char *format, ...); ^~~~~~~~~~~~~~~~~~~~~ gcc -DNO_DEBUG_OUTPUT -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -Wall -fPIC -I/usr/X11R7/include -c myicon.c In file included from screen.h:15:0, from myicon.c:28: mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc ); ^~~~~~~~~~~~~~~~~~~~~~ In file included from ../include/afterbase.h:2:0, from asapp.h:45, from myicon.c:25: ../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined inline void nonGNUC_debugout_stub( const char *format, ...); ^~~~~~~~~~~~~~~~~~~~~ gcc -DNO_DEBUG_OUTPUT -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -Wall -fPIC -I/usr/X11R7/include -c mylook.c mylook.c: In function 'mylook_init': mylook.c:140:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if( look->magic != MAGIC_MYLOOK ) ^~ mylook.c:143:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if( look->scr ) ^~ mylook.c: In function 'inherit_myframe': mylook.c:542:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if( get_flags( ancestor->set_title_attr, MYFRAME_TitleSSatSet ) ) ^~ mylook.c:545:6: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if( get_flags( ancestor->set_title_attr, MYFRAME_TitleHSpacingSet ) ) ^~ mylook.c: In function 'create_myback': mylook.c:731:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if( name ) ^~ mylook.c:733:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' return myback; ^~~~~~ In file included from ../include/afterbase.h:2:0, from asapp.h:45, from mylook.c:23: mylook.c: At top level: ../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined inline void nonGNUC_debugout_stub( const char *format, ...); ^~~~~~~~~~~~~~~~~~~~~ gcc -DNO_DEBUG_OUTPUT -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -Wall -fPIC -I/usr/X11R7/include -c mystyle.c mystyle.c: In function 'mystyle_list_fix_styles': mystyle.c:144:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if ((dflt = mystyle_list_find (list, DefaultMyStyleName)) == NULL) ^~ mystyle.c:146:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if ((dflt->set_flags & F_FORECOLOR) == 0) ^~ mystyle.c: In function 'grab_root_asimage': mystyle.c:241:10: warning: variable 'grabbed' set but not used [-Wunused-but-set-variable] Bool grabbed = False ; ^~~~~~~ In file included from screen.h:15:0, from mystyle.c:28: mystyle.c: At top level: mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc ); ^~~~~~~~~~~~~~~~~~~~~~ In file included from ../include/afterbase.h:2:0, from asapp.h:45, from mystyle.c:24: ../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined inline void nonGNUC_debugout_stub( const char *format, ...); ^~~~~~~~~~~~~~~~~~~~~ gcc -DNO_DEBUG_OUTPUT -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -Wall -fPIC -I/usr/X11R7/include -c mystyle_property.c In file included from screen.h:15:0, from mystyle_property.c:25: mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc ); ^~~~~~~~~~~~~~~~~~~~~~ In file included from ../include/afterbase.h:2:0, from asapp.h:45, from mystyle_property.c:24: ../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined inline void nonGNUC_debugout_stub( const char *format, ...); ^~~~~~~~~~~~~~~~~~~~~ gcc -DNO_DEBUG_OUTPUT -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -Wall -fPIC -I/usr/X11R7/include -c outline.c In file included from screen.h:15:0, from outline.c:32: mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc ); ^~~~~~~~~~~~~~~~~~~~~~ In file included from ../include/afterbase.h:2:0, from asapp.h:45, from outline.c:29: ../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined inline void nonGNUC_debugout_stub( const char *format, ...); ^~~~~~~~~~~~~~~~~~~~~ gcc -DNO_DEBUG_OUTPUT -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -Wall -fPIC -I/usr/X11R7/include -c operations.c In file included from screen.h:15:0, from operations.h:10, from operations.c:19: mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc ); ^~~~~~~~~~~~~~~~~~~~~~ In file included from ../include/afterbase.h:2:0, from asapp.h:45, from operations.h:5, from operations.c:19: ../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined inline void nonGNUC_debugout_stub( const char *format, ...); ^~~~~~~~~~~~~~~~~~~~~ gcc -DNO_DEBUG_OUTPUT -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -Wall -fPIC -I/usr/X11R7/include -c parser.c In file included from ../include/afterbase.h:2:0, from asapp.h:45, from parser.c:42: ../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined inline void nonGNUC_debugout_stub( const char *format, ...); ^~~~~~~~~~~~~~~~~~~~~ gcc -DNO_DEBUG_OUTPUT -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -Wall -fPIC -I/usr/X11R7/include -c parser_fs.c In file included from ../include/afterbase.h:2:0, from asapp.h:45, from parser_fs.c:42: ../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined inline void nonGNUC_debugout_stub( const char *format, ...); ^~~~~~~~~~~~~~~~~~~~~ gcc -DNO_DEBUG_OUTPUT -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -Wall -fPIC -I/usr/X11R7/include -c parser_xml.c In file included from ../include/afterbase.h:2:0, from asapp.h:45, from parser_xml.c:41: ../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined inline void nonGNUC_debugout_stub( const char *format, ...); ^~~~~~~~~~~~~~~~~~~~~ gcc -DNO_DEBUG_OUTPUT -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -Wall -fPIC -I/usr/X11R7/include -c screen.c screen.c: In function 'ConnectXDisplay': screen.c:312:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (fcntl (x_fd, F_SETFD, 1) == -1) ^~ screen.c:315:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' XSetErrorHandler (ASErrorHandler); ^~~~~~~~~~~~~~~~ screen.c: In function 'setup_modifiers': screen.c:513:5: warning: 'XKeycodeToKeysym' is deprecated [-Wdeprecated-declarations] if ((kc = *kp++) && ((ks = XKeycodeToKeysym (dpy, kc, 0)) != NoSymbol)) ^~ In file included from asapp.h:28:0, from screen.c:22: /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/X11/Xlib.h:1687:15: note: declared here extern KeySym XKeycodeToKeysym( ^~~~~~~~~~~~~~~~ In file included from screen.h:15:0, from screen.c:32: screen.c: At top level: mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc ); ^~~~~~~~~~~~~~~~~~~~~~ In file included from ../include/afterbase.h:2:0, from asapp.h:45, from screen.c:22: ../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined inline void nonGNUC_debugout_stub( const char *format, ...); ^~~~~~~~~~~~~~~~~~~~~ gcc -DNO_DEBUG_OUTPUT -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -Wall -fPIC -I/usr/X11R7/include -c session.c session.c: In function 'find_default_background_file': session.c:106:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if( file == NULL ) ^~ session.c:108:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (file == NULL) ^~ session.c: In function 'destroy_assession': session.c:379:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if( session->overriding_colorscheme ) ^~ session.c:381:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if( session->workspace_state ) ^~ In file included from screen.h:15:0, from session.c:28: session.c: At top level: mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc ); ^~~~~~~~~~~~~~~~~~~~~~ In file included from ../include/afterbase.h:2:0, from asapp.h:45, from session.c:26: ../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined inline void nonGNUC_debugout_stub( const char *format, ...); ^~~~~~~~~~~~~~~~~~~~~ gcc -DNO_DEBUG_OUTPUT -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -Wall -fPIC -I/usr/X11R7/include -c shape.c In file included from ../include/afterbase.h:2:0, from asapp.h:45, from shape.c:23: ../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined inline void nonGNUC_debugout_stub( const char *format, ...); ^~~~~~~~~~~~~~~~~~~~~ gcc -DNO_DEBUG_OUTPUT -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -Wall -fPIC -I/usr/X11R7/include -c wmprops.c wmprops.c: In function 'set_desktop_num_prop': wmprops.c:1142:77: warning: passing argument 4 of 'set_32bit_proplist' from incompatible pointer type [-Wincompatible-pointer-types] set_32bit_proplist (wmprops->scr->Root, _XA_NET_VIRTUAL_ROOTS, XA_WINDOW, &(wmprops->virtual_roots[0]), ^ In file included from ../include/afterbase.h:18:0, from asapp.h:45, from wmprops.c:22: ../include/../libAfterBase/xprop.h:57:6: note: expected 'CARD32 * {aka unsigned int *}' but argument is of type 'Window * {aka long unsigned int *}' void set_32bit_proplist (Window w, Atom property, Atom type, CARD32* list, long nitems); ^~~~~~~~~~~~~~~~~~ wmprops.c: In function 'set_clients_list': wmprops.c:1328:76: warning: passing argument 4 of 'set_32bit_proplist' from incompatible pointer type [-Wincompatible-pointer-types] set_32bit_proplist (wmprops->scr->Root, _XA_NET_CLIENT_LIST, XA_WINDOW, list, nclients); ^~~~ In file included from ../include/afterbase.h:18:0, from asapp.h:45, from wmprops.c:22: ../include/../libAfterBase/xprop.h:57:6: note: expected 'CARD32 * {aka unsigned int *}' but argument is of type 'Window * {aka long unsigned int *}' void set_32bit_proplist (Window w, Atom property, Atom type, CARD32* list, long nitems); ^~~~~~~~~~~~~~~~~~ wmprops.c:1329:78: warning: passing argument 4 of 'set_32bit_proplist' from incompatible pointer type [-Wincompatible-pointer-types] set_32bit_proplist (wmprops->scr->Root, _XA_WIN_CLIENT_LIST, XA_CARDINAL, list, nclients); ^~~~ In file included from ../include/afterbase.h:18:0, from asapp.h:45, from wmprops.c:22: ../include/../libAfterBase/xprop.h:57:6: note: expected 'CARD32 * {aka unsigned int *}' but argument is of type 'Window * {aka long unsigned int *}' void set_32bit_proplist (Window w, Atom property, Atom type, CARD32* list, long nitems); ^~~~~~~~~~~~~~~~~~ wmprops.c: In function 'set_stacking_order': wmprops.c:1346:86: warning: passing argument 4 of 'set_32bit_proplist' from incompatible pointer type [-Wincompatible-pointer-types] set_32bit_proplist (wmprops->scr->Root, _XA_NET_CLIENT_LIST_STACKING, XA_WINDOW, list, nclients); ^~~~ In file included from ../include/afterbase.h:18:0, from asapp.h:45, from wmprops.c:22: ../include/../libAfterBase/xprop.h:57:6: note: expected 'CARD32 * {aka unsigned int *}' but argument is of type 'Window * {aka long unsigned int *}' void set_32bit_proplist (Window w, Atom property, Atom type, CARD32* list, long nitems); ^~~~~~~~~~~~~~~~~~ In file included from screen.h:15:0, from wmprops.c:23: wmprops.c: At top level: mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc ); ^~~~~~~~~~~~~~~~~~~~~~ In file included from ../include/afterbase.h:2:0, from asapp.h:45, from wmprops.c:22: ../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined inline void nonGNUC_debugout_stub( const char *format, ...); ^~~~~~~~~~~~~~~~~~~~~ /bin/rm -f libAfterStep.a ar clq libAfterStep.a asapp.o ascommand.o asdatabase.o asfeel.o aswindata.o balloon.o canvas.o clientprops.o colorscheme.o decor.o desktop_category.o event.o freestor.o functions.o font.o hints.o kde.o module.o moveresize.o myicon.o mylook.o mystyle.o mystyle_property.o outline.o operations.o parser.o parser_fs.o parser_xml.o screen.o session.o shape.o wmprops.o ranlib libAfterStep.a gmake[1]: Leaving directory '/tmp/pkgbuild/wm/afterstep/work.sparc64/AfterStep-2.2.11/libAfterStep' gmake[1]: Entering directory '/tmp/pkgbuild/wm/afterstep/work.sparc64/AfterStep-2.2.11/libAfterConf' gcc -DNO_DEBUG_OUTPUT -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -Wall -fPIC -I/usr/X11R7/include -c AfterStep.c In file included from AfterStep.c:31:0: ../libAfterStep/session.h:51:20: warning: inline function 'get_session_override' declared but never defined inline const char *get_session_override(ASSession * session, int function ); ^~~~~~~~~~~~~~~~~~~~ In file included from ../libAfterStep/screen.h:15:0, from AfterStep.c:29: ../libAfterStep/mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc ); ^~~~~~~~~~~~~~~~~~~~~~ In file included from ../libAfterStep/../include/afterbase.h:2:0, from ../libAfterStep/asapp.h:45, from AfterStep.c:24: ../libAfterStep/../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined inline void nonGNUC_debugout_stub( const char *format, ...); ^~~~~~~~~~~~~~~~~~~~~ gcc -DNO_DEBUG_OUTPUT -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -Wall -fPIC -I/usr/X11R7/include -c AlignBevel.c In file included from ../libAfterStep/screen.h:15:0, from AlignBevel.c:29: ../libAfterStep/mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc ); ^~~~~~~~~~~~~~~~~~~~~~ In file included from ../libAfterStep/../include/afterbase.h:2:0, from ../libAfterStep/asapp.h:45, from AlignBevel.c:24: ../libAfterStep/../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined inline void nonGNUC_debugout_stub( const char *format, ...); ^~~~~~~~~~~~~~~~~~~~~ gcc -DNO_DEBUG_OUTPUT -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -Wall -fPIC -I/usr/X11R7/include -c Animate.c In file included from afterconf.h:7:0, from Animate.c:31: ../libAfterStep/mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc ); ^~~~~~~~~~~~~~~~~~~~~~ In file included from ../libAfterStep/../include/afterbase.h:2:0, from ../libAfterStep/asapp.h:45, from Animate.c:26: ../libAfterStep/../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined inline void nonGNUC_debugout_stub( const char *format, ...); ^~~~~~~~~~~~~~~~~~~~~ gcc -DNO_DEBUG_OUTPUT -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -Wall -fPIC -I/usr/X11R7/include -c ASetRoot.c In file included from ../libAfterStep/screen.h:15:0, from ASetRoot.c:25: ../libAfterStep/mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc ); ^~~~~~~~~~~~~~~~~~~~~~ In file included from ../libAfterStep/../include/afterbase.h:2:0, from ../libAfterStep/asapp.h:45, from ASetRoot.c:21: ../libAfterStep/../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined inline void nonGNUC_debugout_stub( const char *format, ...); ^~~~~~~~~~~~~~~~~~~~~ gcc -DNO_DEBUG_OUTPUT -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -Wall -fPIC -I/usr/X11R7/include -c Sound.c In file included from afterconf.h:7:0, from Sound.c:35: ../libAfterStep/mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc ); ^~~~~~~~~~~~~~~~~~~~~~ In file included from ../libAfterStep/../include/afterbase.h:2:0, from ../libAfterStep/asapp.h:45, from Sound.c:26: ../libAfterStep/../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined inline void nonGNUC_debugout_stub( const char *format, ...); ^~~~~~~~~~~~~~~~~~~~~ gcc -DNO_DEBUG_OUTPUT -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -Wall -fPIC -I/usr/X11R7/include -c Base.c Base.c: In function 'ReloadASEnvironment': Base.c:477:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if( old_font_path && old_font_path != e->font_path ) ^~ Base.c:480:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if( e->desk_pages_h > 0 ) ^~ In file included from Base.c:28:0: Base.c: At top level: ../libAfterStep/session.h:51:20: warning: inline function 'get_session_override' declared but never defined inline const char *get_session_override(ASSession * session, int function ); ^~~~~~~~~~~~~~~~~~~~ In file included from ../libAfterStep/screen.h:15:0, from Base.c:26: ../libAfterStep/mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc ); ^~~~~~~~~~~~~~~~~~~~~~ In file included from ../libAfterStep/../include/afterbase.h:2:0, from ../libAfterStep/asapp.h:45, from Base.c:24: ../libAfterStep/../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined inline void nonGNUC_debugout_stub( const char *format, ...); ^~~~~~~~~~~~~~~~~~~~~ gcc -DNO_DEBUG_OUTPUT -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -Wall -fPIC -I/usr/X11R7/include -c balloon.c In file included from balloon.c:30:0: ../libAfterStep/mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc ); ^~~~~~~~~~~~~~~~~~~~~~ In file included from ../libAfterStep/../include/afterbase.h:2:0, from ../libAfterStep/asapp.h:45, from balloon.c:25: ../libAfterStep/../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined inline void nonGNUC_debugout_stub( const char *format, ...); ^~~~~~~~~~~~~~~~~~~~~ gcc -DNO_DEBUG_OUTPUT -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -Wall -fPIC -I/usr/X11R7/include -c Clean.c In file included from afterconf.h:7:0, from Clean.c:31: ../libAfterStep/mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc ); ^~~~~~~~~~~~~~~~~~~~~~ In file included from ../libAfterStep/../include/afterbase.h:2:0, from ../libAfterStep/asapp.h:45, from Clean.c:26: ../libAfterStep/../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined inline void nonGNUC_debugout_stub( const char *format, ...); ^~~~~~~~~~~~~~~~~~~~~ gcc -DNO_DEBUG_OUTPUT -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -Wall -fPIC -I/usr/X11R7/include -c Color.c Color.c: In function 'LoadColorScheme': Color.c:299:6: warning: this 'else' clause does not guard... [-Wmisleading-indentation] }else ^~~~ Color.c:302:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else' if( cs == NULL ) ^~ In file included from ../libAfterStep/screen.h:15:0, from Color.c:28: Color.c: At top level: ../libAfterStep/mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc ); ^~~~~~~~~~~~~~~~~~~~~~ In file included from Color.c:27:0: ../libAfterStep/session.h:51:20: warning: inline function 'get_session_override' declared but never defined inline const char *get_session_override(ASSession * session, int function ); ^~~~~~~~~~~~~~~~~~~~ In file included from ../libAfterStep/../include/afterbase.h:2:0, from ../libAfterStep/asapp.h:45, from Color.c:23: ../libAfterStep/../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined inline void nonGNUC_debugout_stub( const char *format, ...); ^~~~~~~~~~~~~~~~~~~~~ gcc -DNO_DEBUG_OUTPUT -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -Wall -fPIC -I/usr/X11R7/include -c Database.c Database.c: In function 'style_delete': Database.c:389:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (style->windowbox_name != NULL) ^~ Database.c:393:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' free (style); ^~~~ In file included from afterconf.h:7:0, from Database.c:33: Database.c: At top level: ../libAfterStep/mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc ); ^~~~~~~~~~~~~~~~~~~~~~ In file included from Database.c:31:0: ../libAfterStep/session.h:51:20: warning: inline function 'get_session_override' declared but never defined inline const char *get_session_override(ASSession * session, int function ); ^~~~~~~~~~~~~~~~~~~~ In file included from ../libAfterStep/../include/afterbase.h:2:0, from ../libAfterStep/asapp.h:45, from Database.c:26: ../libAfterStep/../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined inline void nonGNUC_debugout_stub( const char *format, ...); ^~~~~~~~~~~~~~~~~~~~~ Database.c: In function 'ParseSingleStyle': Database.c:456:31: warning: iteration 4 invokes undefined behavior [-Waggressive-loop-optimizations] if (window_style_cross[i][0] == storage->term->id) ~~~~~~~~~~~~~~~~~~~~~^~~ Database.c:455:5: note: within this loop for (i = 0; i < BACK_STYLES; i++) ^~~ gcc -DNO_DEBUG_OUTPUT -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -Wall -fPIC -I/usr/X11R7/include -c DesktopEntry.c In file included from ../libAfterStep/../include/afterbase.h:2:0, from ../libAfterStep/asapp.h:45, from DesktopEntry.c:28: DesktopEntry.c: In function 'ReloadCategories': DesktopEntry.c:553:13: warning: variable 'started' set but not used [-Wunused-but-set-variable] START_TIME(started); ^ ../libAfterStep/../include/../libAfterBase/output.h:141:44: note: in definition of macro 'START_TIME' #define START_TIME(started) unsigned long started = 0 ^~~~~~~ In file included from afterconf.h:7:0, from DesktopEntry.c:33: DesktopEntry.c: At top level: ../libAfterStep/mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc ); ^~~~~~~~~~~~~~~~~~~~~~ In file included from DesktopEntry.c:30:0: ../libAfterStep/session.h:51:20: warning: inline function 'get_session_override' declared but never defined inline const char *get_session_override(ASSession * session, int function ); ^~~~~~~~~~~~~~~~~~~~ In file included from ../libAfterStep/../include/afterbase.h:2:0, from ../libAfterStep/asapp.h:45, from DesktopEntry.c:28: ../libAfterStep/../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined inline void nonGNUC_debugout_stub( const char *format, ...); ^~~~~~~~~~~~~~~~~~~~~ gcc -DNO_DEBUG_OUTPUT -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -Wall -fPIC -I/usr/X11R7/include -c Feel.c Feel.c: In function 'ParseKeyBinding': Feel.c:306:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if( func_elem->term == NULL || func_elem->term->type != TT_FUNCTION ) ^~ Feel.c:313:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if( (keysym = XStringToKeysym (item->data.binding.sym)) == NoSymbol || ^~ Feel.c:319:3: warning: 'XKeycodeToKeysym' is deprecated [-Wdeprecated-declarations] if (XKeycodeToKeysym (dpy, keycode, 0) == keysym) ^~ In file included from ../libAfterStep/asapp.h:28:0, from Feel.c:24: /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/X11/Xlib.h:1687:15: note: declared here extern KeySym XKeycodeToKeysym( ^~~~~~~~~~~~~~~~ Feel.c: In function 'ParseThemeFile': Feel.c:896:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (!ConfigReader) ^~ Feel.c:899:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' config = safecalloc( 1, sizeof(ThemeConfig ) ); ^~~~~~ In file included from afterconf.h:7:0, from Feel.c:30: Feel.c: At top level: ../libAfterStep/mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc ); ^~~~~~~~~~~~~~~~~~~~~~ In file included from ../libAfterStep/../include/afterbase.h:2:0, from ../libAfterStep/asapp.h:45, from Feel.c:24: ../libAfterStep/../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined inline void nonGNUC_debugout_stub( const char *format, ...); ^~~~~~~~~~~~~~~~~~~~~ gcc -DNO_DEBUG_OUTPUT -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -Wall -fPIC -I/usr/X11R7/include -c function.c In file included from ../libAfterStep/screen.h:15:0, from function.c:25: ../libAfterStep/mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc ); ^~~~~~~~~~~~~~~~~~~~~~ In file included from ../libAfterStep/../include/afterbase.h:2:0, from ../libAfterStep/asapp.h:45, from function.c:22: ../libAfterStep/../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined inline void nonGNUC_debugout_stub( const char *format, ...); ^~~~~~~~~~~~~~~~~~~~~ gcc -DNO_DEBUG_OUTPUT -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -Wall -fPIC -I/usr/X11R7/include -c Ident.c Ident.c: In function 'WriteIdentOptions': Ident.c:129:54: warning: passing argument 1 of 'MyStyleDefinitionsList2free_storage' from incompatible pointer type [-Wincompatible-pointer-types] *tail = MyStyleDefinitionsList2free_storage (&IdentSyntax, config->style_defs); ^ In file included from Ident.c:27:0: afterconf.h:302:25: note: expected 'struct MyStyleDefinition *' but argument is of type 'SyntaxDef * {aka struct SyntaxDef *}' struct FreeStorageElem *MyStyleDefinitionsList2free_storage (struct MyStyleDefinition *msd, struct SyntaxDef *syntax); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Ident.c:129:68: warning: passing argument 2 of 'MyStyleDefinitionsList2free_storage' from incompatible pointer type [-Wincompatible-pointer-types] *tail = MyStyleDefinitionsList2free_storage (&IdentSyntax, config->style_defs); ^~~~~~ In file included from Ident.c:27:0: afterconf.h:302:25: note: expected 'struct SyntaxDef *' but argument is of type 'MyStyleDefinition * {aka struct MyStyleDefinition *}' struct FreeStorageElem *MyStyleDefinitionsList2free_storage (struct MyStyleDefinition *msd, struct SyntaxDef *syntax); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from afterconf.h:7:0, from Ident.c:27: Ident.c: At top level: ../libAfterStep/mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc ); ^~~~~~~~~~~~~~~~~~~~~~ In file included from ../libAfterStep/../include/afterbase.h:2:0, from ../libAfterStep/asapp.h:45, from Ident.c:22: ../libAfterStep/../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined inline void nonGNUC_debugout_stub( const char *format, ...); ^~~~~~~~~~~~~~~~~~~~~ gcc -DNO_DEBUG_OUTPUT -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -Wall -fPIC -I/usr/X11R7/include -c Look.c Look.c: In function 'DestroyLookConfig': Look.c:225:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if( config->supported_hints ) ^~ Look.c:228:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' free (config); ^~~~ In file included from ../libAfterStep/screen.h:15:0, from Look.c:29: Look.c: At top level: ../libAfterStep/mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc ); ^~~~~~~~~~~~~~~~~~~~~~ In file included from ../libAfterStep/../include/afterbase.h:2:0, from ../libAfterStep/asapp.h:45, from Look.c:24: ../libAfterStep/../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined inline void nonGNUC_debugout_stub( const char *format, ...); ^~~~~~~~~~~~~~~~~~~~~ gcc -DNO_DEBUG_OUTPUT -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -Wall -fPIC -I/usr/X11R7/include -c MyFrame.c MyFrame.c: In function 'PrintMyFrameDefinitions': MyFrame.c:259:13: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if( list->frame_styles[i]) ^~ MyFrame.c:261:3: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' for( i = 0 ; i < MYFRAME_TITLE_BACKS ; ++i ) ^~~ In file included from ../libAfterStep/screen.h:15:0, from MyFrame.c:29: MyFrame.c: At top level: ../libAfterStep/mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc ); ^~~~~~~~~~~~~~~~~~~~~~ In file included from ../libAfterStep/../include/afterbase.h:2:0, from ../libAfterStep/asapp.h:45, from MyFrame.c:24: ../libAfterStep/../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined inline void nonGNUC_debugout_stub( const char *format, ...); ^~~~~~~~~~~~~~~~~~~~~ gcc -DNO_DEBUG_OUTPUT -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -Wall -fPIC -I/usr/X11R7/include -c MyStyle.c MyStyle.c: In function 'PrintMyStyleDefinitions': MyStyle.c:184:39: warning: format '%X' expects argument of type 'unsigned int', but argument 3 has type 'ASFlagType {aka long unsigned int}' [-Wformat=] fprintf (stderr, "\n#set_flags = 0x%X", list->set_flags); ~^ ~~~~~~~~~~~~~~~ %lX MyStyle.c:185:35: warning: format '%X' expects argument of type 'unsigned int', but argument 3 has type 'ASFlagType {aka long unsigned int}' [-Wformat=] fprintf (stderr, "\n#flags = 0x%X", list->flags); ~^ ~~~~~~~~~~~ %lX In file included from MyStyle.c:28:0: MyStyle.c: At top level: ../libAfterStep/session.h:51:20: warning: inline function 'get_session_override' declared but never defined inline const char *get_session_override(ASSession * session, int function ); ^~~~~~~~~~~~~~~~~~~~ In file included from ../libAfterStep/screen.h:15:0, from MyStyle.c:27: ../libAfterStep/mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc ); ^~~~~~~~~~~~~~~~~~~~~~ In file included from ../libAfterStep/../include/afterbase.h:2:0, from ../libAfterStep/asapp.h:45, from MyStyle.c:23: ../libAfterStep/../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined inline void nonGNUC_debugout_stub( const char *format, ...); ^~~~~~~~~~~~~~~~~~~~~ gcc -DNO_DEBUG_OUTPUT -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -Wall -fPIC -I/usr/X11R7/include -c Pager.c In file included from afterconf.h:7:0, from Pager.c:28: ../libAfterStep/mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc ); ^~~~~~~~~~~~~~~~~~~~~~ In file included from ../libAfterStep/../include/afterbase.h:2:0, from ../libAfterStep/asapp.h:45, from Pager.c:22: ../libAfterStep/../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined inline void nonGNUC_debugout_stub( const char *format, ...); ^~~~~~~~~~~~~~~~~~~~~ gcc -DNO_DEBUG_OUTPUT -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -Wall -fPIC -I/usr/X11R7/include -c Wharf.c In file included from afterconf.h:7:0, from Wharf.c:28: ../libAfterStep/mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc ); ^~~~~~~~~~~~~~~~~~~~~~ In file included from ../libAfterStep/../include/afterbase.h:2:0, from ../libAfterStep/asapp.h:45, from Wharf.c:22: ../libAfterStep/../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined inline void nonGNUC_debugout_stub( const char *format, ...); ^~~~~~~~~~~~~~~~~~~~~ gcc -DNO_DEBUG_OUTPUT -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -Wall -fPIC -I/usr/X11R7/include -c WinList.c In file included from afterconf.h:11:0, from WinList.c:28: WinList.c: In function 'PrintWinListConfig': keyword_macro.h:32:80: warning: format '%lX' expects argument of type 'long unsigned int', but argument 4 has type 'int' [-Wformat=] do{ if(get_flags((__config)->set_flags,module##_##keyword) ) fprintf (stream, "%s : " #module "." #keyword " = 0x%lX;\n", MyName, (__config)->keyword); }while(0) ^ WinList.c:289:2: note: in expansion of macro 'ASCF_PRINT_FLAGS_KEYWORD' ASCF_PRINT_FLAGS_KEYWORD(stderr,WINLIST,config,ShowHints ); ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from ../libAfterStep/../include/afterbase.h:2:0, from ../libAfterStep/asapp.h:45, from WinList.c:22: WinList.c: In function 'MergeWinListOptions': WinList.c:398:16: warning: variable 'option_time' set but not used [-Wunused-but-set-variable] START_TIME(option_time); ^ ../libAfterStep/../include/../libAfterBase/output.h:141:44: note: in definition of macro 'START_TIME' #define START_TIME(started) unsigned long started = 0 ^~~~~~~ WinList.c: In function 'CheckWinListConfigSanity': WinList.c:503:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if( Config == NULL ) ^~ WinList.c:506:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if( max_columns_override > 0 ) ^~ WinList.c:515:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if( Config->MaxColumns > MAX_WINLIST_WINDOW_COUNT || Config->MaxColumns == 0 ) ^~ WinList.c:518:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if( max_columns_override > 0 && max_rows_override > 0 ) ^~ WinList.c:547:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if( get_flags(Config->Geometry.flags, YNegative) ) ^~ WinList.c:551:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' Config->UseName %= ASN_NameTypes+1; ^~~~~~ In file included from afterconf.h:7:0, from WinList.c:28: WinList.c: At top level: ../libAfterStep/mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc ); ^~~~~~~~~~~~~~~~~~~~~~ In file included from ../libAfterStep/../include/afterbase.h:2:0, from ../libAfterStep/asapp.h:45, from WinList.c:22: ../libAfterStep/../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined inline void nonGNUC_debugout_stub( const char *format, ...); ^~~~~~~~~~~~~~~~~~~~~ gcc -DNO_DEBUG_OUTPUT -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -Wall -fPIC -I/usr/X11R7/include -c WinTabs.c In file included from afterconf.h:7:0, from WinTabs.c:28: ../libAfterStep/mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc ); ^~~~~~~~~~~~~~~~~~~~~~ In file included from ../libAfterStep/../include/afterbase.h:2:0, from ../libAfterStep/asapp.h:45, from WinTabs.c:22: ../libAfterStep/../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined inline void nonGNUC_debugout_stub( const char *format, ...); ^~~~~~~~~~~~~~~~~~~~~ /bin/rm -f libAfterConf.a ar clq libAfterConf.a AfterStep.o AlignBevel.o Animate.o ASetRoot.o Sound.o Base.o balloon.o Clean.o Color.o Database.o DesktopEntry.o Feel.o function.o Ident.o Look.o MyFrame.o MyStyle.o Pager.o Wharf.o WinList.o WinTabs.o ranlib libAfterConf.a gcc -DNO_DEBUG_OUTPUT -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -Wall -fPIC -DPRINT_DESKTOP_ENTRIES -I/usr/X11R7/include -c DesktopEntry.c -o PrintDesktopEntries.o In file included from ../libAfterStep/../include/afterbase.h:2:0, from ../libAfterStep/asapp.h:45, from DesktopEntry.c:28: DesktopEntry.c: In function 'ReloadCategories': DesktopEntry.c:553:13: warning: variable 'started' set but not used [-Wunused-but-set-variable] START_TIME(started); ^ ../libAfterStep/../include/../libAfterBase/output.h:141:44: note: in definition of macro 'START_TIME' #define START_TIME(started) unsigned long started = 0 ^~~~~~~ In file included from afterconf.h:7:0, from DesktopEntry.c:33: DesktopEntry.c: At top level: ../libAfterStep/mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc ); ^~~~~~~~~~~~~~~~~~~~~~ In file included from DesktopEntry.c:30:0: ../libAfterStep/session.h:51:20: warning: inline function 'get_session_override' declared but never defined inline const char *get_session_override(ASSession * session, int function ); ^~~~~~~~~~~~~~~~~~~~ In file included from ../libAfterStep/../include/afterbase.h:2:0, from ../libAfterStep/asapp.h:45, from DesktopEntry.c:28: ../libAfterStep/../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined inline void nonGNUC_debugout_stub( const char *format, ...); ^~~~~~~~~~~~~~~~~~~~~ gcc PrintDesktopEntries.o -L/usr/pkg/lib -L/usr/X11R7/lib -Wl,-R/usr/X11R7/lib -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib -rdynamic -L/usr/pkg/lib -L/usr/X11R7/lib -Wl,-R/usr/X11R7/lib -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib -rdynamic ../libAfterConf/libAfterConf.a ../libAfterStep/libAfterStep.a ../libAfterImage/libAfterImage.a ../libAfterBase/libAfterBase.a -lXinerama -lX11 -L/usr/X11R7/lib -lSM -lICE -lXext -lexecinfo -L/usr/X11R7/lib -lfreetype -ltiff -lX11 -L/usr/X11R7/lib -lSM -lICE -lXext -ljpeg -lpng -lz -lm -o PrintDesktopEntries gmake[1]: Leaving directory '/tmp/pkgbuild/wm/afterstep/work.sparc64/AfterStep-2.2.11/libAfterConf' gmake[1]: Entering directory '/tmp/pkgbuild/wm/afterstep/work.sparc64/AfterStep-2.2.11/libASGTK' gcc -DNO_DEBUG_OUTPUT -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -Wall -fPIC -I/usr/X11R7/include -I/usr/pkg/include/gtk-2.0 -I/usr/pkg/lib/gtk-2.0/include -I/usr/pkg/include/pango-1.0 -I/usr/pkg/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/fribidi -I/usr/pkg/include/cairo -I/usr/X11R7/include/pixman-1 -I/usr/pkg/include/libpng16 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/gio-unix-2.0 -D_REENTRANT -I/usr/pkg/include/gdk-pixbuf-2.0 -D_REENTRANT -I/usr/pkg/include/atk-1.0 -D_REENTRANT -pthread -D_REENTRANT -D_REENTRANT -c asgtkapp.c In file included from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37:0, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from asgtk.h:6, from asgtkapp.c:28: /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] void gtk_type_init (GTypeDebugFlags debug_flags); ^~~~ In file included from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gobject/gobject.h:24:0, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gobject/gbinding.h:29, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/glib-object.h:22, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gio/gioenums.h:28, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gio/giotypes.h:28, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gio/gio.h:26, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from asgtk.h:4, from asgtkapp.c:28: /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gobject/gtype.h:679:1: note: declared here { ^ In file included from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31:0, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtk.h:126, from asgtk.h:6, from asgtkapp.c:28: /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] GTimeVal last_popdown; ^~~~~~~~ In file included from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/glib/galloca.h:32:0, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/glib.h:30, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gobject/gbinding.h:28, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/glib-object.h:22, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gio/gioenums.h:28, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gio/giotypes.h:28, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gio/gio.h:26, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from asgtk.h:4, from asgtkapp.c:28: /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/glib/gtypes.h:547:8: note: declared here struct _GTimeVal ^~~~~~~~~ In file included from ../libAfterStep/screen.h:15:0, from ../libAfterStep/module.h:4, from asgtkapp.c:32: ../libAfterStep/mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc ); ^~~~~~~~~~~~~~~~~~~~~~ In file included from ../include/afterbase.h:2:0, from asgtkapp.c:24: ../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined inline void nonGNUC_debugout_stub( const char *format, ...); ^~~~~~~~~~~~~~~~~~~~~ asgtkapp.c:36:1: warning: 'print_default_gtkrc_files' defined but not used [-Wunused-function] print_default_gtkrc_files() ^~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/stdio.h:597:0, from ../include/../libAfterBase/parse.h:6, from ../include/afterbase.h:9, from asgtkapp.c:24: asgtkapp.c: In function 'GdkColor2string': asgtkapp.c:108:24: warning: '%2.2X' directive writing between 2 and 4 bytes into a region of size between 0 and 5 [-Wformat-overflow=] sprintf( &buffer[0], "#%2.2X%2.2X%2.2X%2.2X", alpha>>8, color->red>>8, color->green>>8, color->blue>>8 ); ^ asgtkapp.c:108:3: note: '__builtin___sprintf_chk' output between 10 and 20 bytes into a destination of size 10 sprintf( &buffer[0], "#%2.2X%2.2X%2.2X%2.2X", alpha>>8, color->red>>8, color->green>>8, color->blue>>8 ); ^ gcc -DNO_DEBUG_OUTPUT -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -Wall -fPIC -I/usr/X11R7/include -I/usr/pkg/include/gtk-2.0 -I/usr/pkg/lib/gtk-2.0/include -I/usr/pkg/include/pango-1.0 -I/usr/pkg/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/fribidi -I/usr/pkg/include/cairo -I/usr/X11R7/include/pixman-1 -I/usr/pkg/include/libpng16 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/gio-unix-2.0 -D_REENTRANT -I/usr/pkg/include/gdk-pixbuf-2.0 -D_REENTRANT -I/usr/pkg/include/atk-1.0 -D_REENTRANT -pthread -D_REENTRANT -D_REENTRANT -c asgtkai.c In file included from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37:0, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from asgtk.h:6, from asgtkai.c:29: /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] void gtk_type_init (GTypeDebugFlags debug_flags); ^~~~ In file included from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gobject/gobject.h:24:0, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gobject/gbinding.h:29, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/glib-object.h:22, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gio/gioenums.h:28, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gio/giotypes.h:28, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gio/gio.h:26, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from asgtk.h:4, from asgtkai.c:29: /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gobject/gtype.h:679:1: note: declared here { ^ In file included from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31:0, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtk.h:126, from asgtk.h:6, from asgtkai.c:29: /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] GTimeVal last_popdown; ^~~~~~~~ In file included from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/glib/galloca.h:32:0, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/glib.h:30, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gobject/gbinding.h:28, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/glib-object.h:22, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gio/gioenums.h:28, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gio/giotypes.h:28, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gio/gio.h:26, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from asgtk.h:4, from asgtkai.c:29: /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/glib/gtypes.h:547:8: note: declared here struct _GTimeVal ^~~~~~~~~ In file included from ../libAfterStep/screen.h:15:0, from asgtkai.c:26: ../libAfterStep/mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc ); ^~~~~~~~~~~~~~~~~~~~~~ In file included from ../include/afterbase.h:2:0, from asgtkai.c:23: ../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined inline void nonGNUC_debugout_stub( const char *format, ...); ^~~~~~~~~~~~~~~~~~~~~ gcc -DNO_DEBUG_OUTPUT -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -Wall -fPIC -I/usr/X11R7/include -I/usr/pkg/include/gtk-2.0 -I/usr/pkg/lib/gtk-2.0/include -I/usr/pkg/include/pango-1.0 -I/usr/pkg/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/fribidi -I/usr/pkg/include/cairo -I/usr/X11R7/include/pixman-1 -I/usr/pkg/include/libpng16 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/gio-unix-2.0 -D_REENTRANT -I/usr/pkg/include/gdk-pixbuf-2.0 -D_REENTRANT -I/usr/pkg/include/atk-1.0 -D_REENTRANT -pthread -D_REENTRANT -D_REENTRANT -c asgtkcframe.c In file included from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37:0, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from asgtk.h:6, from asgtkcframe.c:31: /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] void gtk_type_init (GTypeDebugFlags debug_flags); ^~~~ In file included from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gobject/gobject.h:24:0, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gobject/gbinding.h:29, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/glib-object.h:22, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gio/gioenums.h:28, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gio/giotypes.h:28, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gio/gio.h:26, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from asgtk.h:4, from asgtkcframe.c:31: /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gobject/gtype.h:679:1: note: declared here { ^ In file included from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31:0, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtk.h:126, from asgtk.h:6, from asgtkcframe.c:31: /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] GTimeVal last_popdown; ^~~~~~~~ In file included from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/glib/galloca.h:32:0, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/glib.h:30, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gobject/gbinding.h:28, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/glib-object.h:22, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gio/gioenums.h:28, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gio/giotypes.h:28, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gio/gio.h:26, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from asgtk.h:4, from asgtkcframe.c:31: /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/glib/gtypes.h:547:8: note: declared here struct _GTimeVal ^~~~~~~~~ asgtkcframe.c: In function 'on_collapse_toggle': asgtkcframe.c:127:70: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] gtk_container_forall( GTK_CONTAINER(self), collapse_container_part, (gpointer)collapsed ); ^ In file included from ../libAfterStep/screen.h:15:0, from asgtkcframe.c:26: asgtkcframe.c: At top level: ../libAfterStep/mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc ); ^~~~~~~~~~~~~~~~~~~~~~ In file included from ../include/afterbase.h:2:0, from asgtkcframe.c:23: ../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined inline void nonGNUC_debugout_stub( const char *format, ...); ^~~~~~~~~~~~~~~~~~~~~ gcc -DNO_DEBUG_OUTPUT -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -Wall -fPIC -I/usr/X11R7/include -I/usr/pkg/include/gtk-2.0 -I/usr/pkg/lib/gtk-2.0/include -I/usr/pkg/include/pango-1.0 -I/usr/pkg/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/fribidi -I/usr/pkg/include/cairo -I/usr/X11R7/include/pixman-1 -I/usr/pkg/include/libpng16 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/gio-unix-2.0 -D_REENTRANT -I/usr/pkg/include/gdk-pixbuf-2.0 -D_REENTRANT -I/usr/pkg/include/atk-1.0 -D_REENTRANT -pthread -D_REENTRANT -D_REENTRANT -c asgtkcolorsel.c In file included from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37:0, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from asgtk.h:6, from asgtkcolorsel.c:30: /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] void gtk_type_init (GTypeDebugFlags debug_flags); ^~~~ In file included from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gobject/gobject.h:24:0, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gobject/gbinding.h:29, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/glib-object.h:22, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gio/gioenums.h:28, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gio/giotypes.h:28, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gio/gio.h:26, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from asgtk.h:4, from asgtkcolorsel.c:30: /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gobject/gtype.h:679:1: note: declared here { ^ In file included from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31:0, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtk.h:126, from asgtk.h:6, from asgtkcolorsel.c:30: /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] GTimeVal last_popdown; ^~~~~~~~ In file included from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/glib/galloca.h:32:0, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/glib.h:30, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gobject/gbinding.h:28, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/glib-object.h:22, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gio/gioenums.h:28, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gio/giotypes.h:28, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gio/gio.h:26, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from asgtk.h:4, from asgtkcolorsel.c:30: /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/glib/gtypes.h:547:8: note: declared here struct _GTimeVal ^~~~~~~~~ In file included from ../libAfterStep/screen.h:15:0, from asgtkcolorsel.c:26: ../libAfterStep/mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc ); ^~~~~~~~~~~~~~~~~~~~~~ In file included from ../include/afterbase.h:2:0, from asgtkcolorsel.c:23: ../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined inline void nonGNUC_debugout_stub( const char *format, ...); ^~~~~~~~~~~~~~~~~~~~~ gcc -DNO_DEBUG_OUTPUT -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -Wall -fPIC -I/usr/X11R7/include -I/usr/pkg/include/gtk-2.0 -I/usr/pkg/lib/gtk-2.0/include -I/usr/pkg/include/pango-1.0 -I/usr/pkg/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/fribidi -I/usr/pkg/include/cairo -I/usr/X11R7/include/pixman-1 -I/usr/pkg/include/libpng16 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/gio-unix-2.0 -D_REENTRANT -I/usr/pkg/include/gdk-pixbuf-2.0 -D_REENTRANT -I/usr/pkg/include/atk-1.0 -D_REENTRANT -pthread -D_REENTRANT -D_REENTRANT -c asgtkdirtree.c In file included from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37:0, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from asgtk.h:6, from asgtkdirtree.c:30: /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] void gtk_type_init (GTypeDebugFlags debug_flags); ^~~~ In file included from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gobject/gobject.h:24:0, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gobject/gbinding.h:29, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/glib-object.h:22, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gio/gioenums.h:28, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gio/giotypes.h:28, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gio/gio.h:26, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from asgtk.h:4, from asgtkdirtree.c:30: /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gobject/gtype.h:679:1: note: declared here { ^ In file included from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31:0, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtk.h:126, from asgtk.h:6, from asgtkdirtree.c:30: /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] GTimeVal last_popdown; ^~~~~~~~ In file included from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/glib/galloca.h:32:0, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/glib.h:30, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gobject/gbinding.h:28, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/glib-object.h:22, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gio/gioenums.h:28, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gio/giotypes.h:28, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gio/gio.h:26, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from asgtk.h:4, from asgtkdirtree.c:30: /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/glib/gtypes.h:547:8: note: declared here struct _GTimeVal ^~~~~~~~~ In file included from ../libAfterStep/screen.h:15:0, from asgtkdirtree.c:26: ../libAfterStep/mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc ); ^~~~~~~~~~~~~~~~~~~~~~ In file included from ../include/afterbase.h:2:0, from asgtkdirtree.c:23: ../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined inline void nonGNUC_debugout_stub( const char *format, ...); ^~~~~~~~~~~~~~~~~~~~~ gcc -DNO_DEBUG_OUTPUT -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -Wall -fPIC -I/usr/X11R7/include -I/usr/pkg/include/gtk-2.0 -I/usr/pkg/lib/gtk-2.0/include -I/usr/pkg/include/pango-1.0 -I/usr/pkg/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/fribidi -I/usr/pkg/include/cairo -I/usr/X11R7/include/pixman-1 -I/usr/pkg/include/libpng16 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/gio-unix-2.0 -D_REENTRANT -I/usr/pkg/include/gdk-pixbuf-2.0 -D_REENTRANT -I/usr/pkg/include/atk-1.0 -D_REENTRANT -pthread -D_REENTRANT -D_REENTRANT -c asgtkgradient.c In file included from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37:0, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from asgtk.h:6, from asgtkgradient.c:30: /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] void gtk_type_init (GTypeDebugFlags debug_flags); ^~~~ In file included from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gobject/gobject.h:24:0, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gobject/gbinding.h:29, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/glib-object.h:22, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gio/gioenums.h:28, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gio/giotypes.h:28, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gio/gio.h:26, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from asgtk.h:4, from asgtkgradient.c:30: /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gobject/gtype.h:679:1: note: declared here { ^ In file included from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31:0, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtk.h:126, from asgtk.h:6, from asgtkgradient.c:30: /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] GTimeVal last_popdown; ^~~~~~~~ In file included from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/glib/galloca.h:32:0, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/glib.h:30, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gobject/gbinding.h:28, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/glib-object.h:22, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gio/gioenums.h:28, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gio/giotypes.h:28, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gio/gio.h:26, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from asgtk.h:4, from asgtkgradient.c:30: /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/glib/gtypes.h:547:8: note: declared here struct _GTimeVal ^~~~~~~~~ asgtkgradient.c: In function 'update_color_preview': asgtkgradient.c:272:3: warning: 'gdk_pixbuf_unref' is deprecated: Use 'g_object_unref' instead [-Wdeprecated-declarations] gdk_pixbuf_unref( pb ); ^~~~~~~~~~~~~~~~ In file included from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf.h:34:0, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gdk/gdkpixbuf.h:37, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gdk/gdkcairo.h:28, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gdk/gdk.h:33, from asgtk.h:4, from asgtkgradient.c:30: /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-core.h:232:12: note: declared here void gdk_pixbuf_unref (GdkPixbuf *pixbuf); ^~~~~~~~~~~~~~~~ In file included from ../libAfterStep/screen.h:15:0, from asgtkgradient.c:26: asgtkgradient.c: At top level: ../libAfterStep/mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc ); ^~~~~~~~~~~~~~~~~~~~~~ In file included from ../include/afterbase.h:2:0, from asgtkgradient.c:23: ../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined inline void nonGNUC_debugout_stub( const char *format, ...); ^~~~~~~~~~~~~~~~~~~~~ gcc -DNO_DEBUG_OUTPUT -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -Wall -fPIC -I/usr/X11R7/include -I/usr/pkg/include/gtk-2.0 -I/usr/pkg/lib/gtk-2.0/include -I/usr/pkg/include/pango-1.0 -I/usr/pkg/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/fribidi -I/usr/pkg/include/cairo -I/usr/X11R7/include/pixman-1 -I/usr/pkg/include/libpng16 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/gio-unix-2.0 -D_REENTRANT -I/usr/pkg/include/gdk-pixbuf-2.0 -D_REENTRANT -I/usr/pkg/include/atk-1.0 -D_REENTRANT -pthread -D_REENTRANT -D_REENTRANT -c asgtkimagebrowser.c In file included from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37:0, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from asgtk.h:6, from asgtkimagebrowser.c:29: /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] void gtk_type_init (GTypeDebugFlags debug_flags); ^~~~ In file included from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gobject/gobject.h:24:0, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gobject/gbinding.h:29, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/glib-object.h:22, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gio/gioenums.h:28, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gio/giotypes.h:28, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gio/gio.h:26, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from asgtk.h:4, from asgtkimagebrowser.c:29: /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gobject/gtype.h:679:1: note: declared here { ^ In file included from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31:0, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtk.h:126, from asgtk.h:6, from asgtkimagebrowser.c:29: /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] GTimeVal last_popdown; ^~~~~~~~ In file included from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/glib/galloca.h:32:0, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/glib.h:30, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gobject/gbinding.h:28, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/glib-object.h:22, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gio/gioenums.h:28, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gio/giotypes.h:28, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gio/gio.h:26, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from asgtk.h:4, from asgtkimagebrowser.c:29: /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/glib/gtypes.h:547:8: note: declared here struct _GTimeVal ^~~~~~~~~ In file included from ../libAfterStep/screen.h:15:0, from asgtkimagebrowser.c:26: ../libAfterStep/mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc ); ^~~~~~~~~~~~~~~~~~~~~~ In file included from ../include/afterbase.h:2:0, from asgtkimagebrowser.c:23: ../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined inline void nonGNUC_debugout_stub( const char *format, ...); ^~~~~~~~~~~~~~~~~~~~~ gcc -DNO_DEBUG_OUTPUT -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -Wall -fPIC -I/usr/X11R7/include -I/usr/pkg/include/gtk-2.0 -I/usr/pkg/lib/gtk-2.0/include -I/usr/pkg/include/pango-1.0 -I/usr/pkg/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/fribidi -I/usr/pkg/include/cairo -I/usr/X11R7/include/pixman-1 -I/usr/pkg/include/libpng16 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/gio-unix-2.0 -D_REENTRANT -I/usr/pkg/include/gdk-pixbuf-2.0 -D_REENTRANT -I/usr/pkg/include/atk-1.0 -D_REENTRANT -pthread -D_REENTRANT -D_REENTRANT -c asgtklistviews.c In file included from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37:0, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from asgtk.h:6, from asgtklistviews.c:31: /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] void gtk_type_init (GTypeDebugFlags debug_flags); ^~~~ In file included from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gobject/gobject.h:24:0, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gobject/gbinding.h:29, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/glib-object.h:22, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gio/gioenums.h:28, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gio/giotypes.h:28, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gio/gio.h:26, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from asgtk.h:4, from asgtklistviews.c:31: /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gobject/gtype.h:679:1: note: declared here { ^ In file included from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31:0, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtk.h:126, from asgtk.h:6, from asgtklistviews.c:31: /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] GTimeVal last_popdown; ^~~~~~~~ In file included from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/glib/galloca.h:32:0, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/glib.h:30, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gobject/gbinding.h:28, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/glib-object.h:22, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gio/gioenums.h:28, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gio/giotypes.h:28, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gio/gio.h:26, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from asgtk.h:4, from asgtklistviews.c:31: /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/glib/gtypes.h:547:8: note: declared here struct _GTimeVal ^~~~~~~~~ In file included from ../libAfterStep/screen.h:15:0, from asgtklistviews.c:26: ../libAfterStep/mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc ); ^~~~~~~~~~~~~~~~~~~~~~ In file included from ../include/afterbase.h:2:0, from asgtklistviews.c:23: ../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined inline void nonGNUC_debugout_stub( const char *format, ...); ^~~~~~~~~~~~~~~~~~~~~ gcc -DNO_DEBUG_OUTPUT -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -Wall -fPIC -I/usr/X11R7/include -I/usr/pkg/include/gtk-2.0 -I/usr/pkg/lib/gtk-2.0/include -I/usr/pkg/include/pango-1.0 -I/usr/pkg/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/fribidi -I/usr/pkg/include/cairo -I/usr/X11R7/include/pixman-1 -I/usr/pkg/include/libpng16 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/gio-unix-2.0 -D_REENTRANT -I/usr/pkg/include/gdk-pixbuf-2.0 -D_REENTRANT -I/usr/pkg/include/atk-1.0 -D_REENTRANT -pthread -D_REENTRANT -D_REENTRANT -c asgtkimagedir.c In file included from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37:0, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from asgtk.h:6, from asgtkimagedir.c:30: /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] void gtk_type_init (GTypeDebugFlags debug_flags); ^~~~ In file included from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gobject/gobject.h:24:0, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gobject/gbinding.h:29, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/glib-object.h:22, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gio/gioenums.h:28, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gio/giotypes.h:28, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gio/gio.h:26, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from asgtk.h:4, from asgtkimagedir.c:30: /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gobject/gtype.h:679:1: note: declared here { ^ In file included from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31:0, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtk.h:126, from asgtk.h:6, from asgtkimagedir.c:30: /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] GTimeVal last_popdown; ^~~~~~~~ In file included from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/glib/galloca.h:32:0, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/glib.h:30, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gobject/gbinding.h:28, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/glib-object.h:22, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gio/gioenums.h:28, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gio/giotypes.h:28, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gio/gio.h:26, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from asgtk.h:4, from asgtkimagedir.c:30: /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/glib/gtypes.h:547:8: note: declared here struct _GTimeVal ^~~~~~~~~ In file included from ../libAfterStep/screen.h:15:0, from asgtkimagedir.c:26: ../libAfterStep/mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc ); ^~~~~~~~~~~~~~~~~~~~~~ In file included from ../include/afterbase.h:2:0, from asgtkimagedir.c:23: ../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined inline void nonGNUC_debugout_stub( const char *format, ...); ^~~~~~~~~~~~~~~~~~~~~ gcc -DNO_DEBUG_OUTPUT -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -Wall -fPIC -I/usr/X11R7/include -I/usr/pkg/include/gtk-2.0 -I/usr/pkg/lib/gtk-2.0/include -I/usr/pkg/include/pango-1.0 -I/usr/pkg/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/fribidi -I/usr/pkg/include/cairo -I/usr/X11R7/include/pixman-1 -I/usr/pkg/include/libpng16 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/gio-unix-2.0 -D_REENTRANT -I/usr/pkg/include/gdk-pixbuf-2.0 -D_REENTRANT -I/usr/pkg/include/atk-1.0 -D_REENTRANT -pthread -D_REENTRANT -D_REENTRANT -c asgtkimageview.c In file included from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37:0, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from asgtk.h:6, from asgtkimageview.c:29: /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] void gtk_type_init (GTypeDebugFlags debug_flags); ^~~~ In file included from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gobject/gobject.h:24:0, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gobject/gbinding.h:29, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/glib-object.h:22, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gio/gioenums.h:28, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gio/giotypes.h:28, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gio/gio.h:26, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from asgtk.h:4, from asgtkimageview.c:29: /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gobject/gtype.h:679:1: note: declared here { ^ In file included from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31:0, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtk.h:126, from asgtk.h:6, from asgtkimageview.c:29: /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] GTimeVal last_popdown; ^~~~~~~~ In file included from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/glib/galloca.h:32:0, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/glib.h:30, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gobject/gbinding.h:28, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/glib-object.h:22, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gio/gioenums.h:28, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gio/giotypes.h:28, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gio/gio.h:26, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from asgtk.h:4, from asgtkimageview.c:29: /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/glib/gtypes.h:547:8: note: declared here struct _GTimeVal ^~~~~~~~~ asgtkimageview.c: In function 'display_image_view': asgtkimageview.c:225:3: warning: 'gdk_pixbuf_unref' is deprecated: Use 'g_object_unref' instead [-Wdeprecated-declarations] gdk_pixbuf_unref( pb ); ^~~~~~~~~~~~~~~~ In file included from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf.h:34:0, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gdk/gdkpixbuf.h:37, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gdk/gdkcairo.h:28, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gdk/gdk.h:33, from asgtk.h:4, from asgtkimageview.c:29: /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-core.h:232:12: note: declared here void gdk_pixbuf_unref (GdkPixbuf *pixbuf); ^~~~~~~~~~~~~~~~ asgtkimageview.c: In function 'asgtk_imview_view_size_alloc': asgtkimageview.c:241:14: warning: variable 'view_h' set but not used [-Wunused-but-set-variable] int view_w, view_h ; ^~~~~~ asgtkimageview.c:241:6: warning: variable 'view_w' set but not used [-Wunused-but-set-variable] int view_w, view_h ; ^~~~~~ In file included from ../libAfterStep/screen.h:15:0, from asgtkimageview.c:26: asgtkimageview.c: At top level: ../libAfterStep/mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc ); ^~~~~~~~~~~~~~~~~~~~~~ In file included from ../include/afterbase.h:2:0, from asgtkimageview.c:23: ../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined inline void nonGNUC_debugout_stub( const char *format, ...); ^~~~~~~~~~~~~~~~~~~~~ gcc -DNO_DEBUG_OUTPUT -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -Wall -fPIC -I/usr/X11R7/include -I/usr/pkg/include/gtk-2.0 -I/usr/pkg/lib/gtk-2.0/include -I/usr/pkg/include/pango-1.0 -I/usr/pkg/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/fribidi -I/usr/pkg/include/cairo -I/usr/X11R7/include/pixman-1 -I/usr/pkg/include/libpng16 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/gio-unix-2.0 -D_REENTRANT -I/usr/pkg/include/gdk-pixbuf-2.0 -D_REENTRANT -I/usr/pkg/include/atk-1.0 -D_REENTRANT -pthread -D_REENTRANT -D_REENTRANT -c asgtklookedit.c In file included from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37:0, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from asgtk.h:6, from asgtklookedit.c:36: /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] void gtk_type_init (GTypeDebugFlags debug_flags); ^~~~ In file included from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gobject/gobject.h:24:0, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gobject/gbinding.h:29, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/glib-object.h:22, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gio/gioenums.h:28, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gio/giotypes.h:28, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gio/gio.h:26, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from asgtk.h:4, from asgtklookedit.c:36: /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gobject/gtype.h:679:1: note: declared here { ^ In file included from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31:0, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtk.h:126, from asgtk.h:6, from asgtklookedit.c:36: /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] GTimeVal last_popdown; ^~~~~~~~ In file included from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/glib/galloca.h:32:0, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/glib.h:30, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gobject/gbinding.h:28, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/glib-object.h:22, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gio/gioenums.h:28, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gio/giotypes.h:28, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gio/gio.h:26, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from asgtk.h:4, from asgtklookedit.c:36: /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/glib/gtypes.h:547:8: note: declared here struct _GTimeVal ^~~~~~~~~ asgtklookedit.c: In function 'asgtk_mystyle_edit_dispose': asgtklookedit.c:116:22: warning: unused variable 'self' [-Wunused-variable] ASGtkMyStyleEdit *self = ASGTK_MYSTYLE_EDIT (object); ^~~~ asgtklookedit.c: In function 'on_add_inherit_mystyle_btn_clicked': asgtklookedit.c:138:17: warning: unused variable 'self' [-Wunused-variable] ASGtkLookEdit *self = ASGTK_LOOK_EDIT(user_data); ^~~~ asgtklookedit.c: In function 'color2button_image': asgtklookedit.c:178:3: warning: 'gdk_pixbuf_unref' is deprecated: Use 'g_object_unref' instead [-Wdeprecated-declarations] gdk_pixbuf_unref( pb ); ^~~~~~~~~~~~~~~~ In file included from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf.h:34:0, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gdk/gdkpixbuf.h:37, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gdk/gdkcairo.h:28, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gdk/gdk.h:33, from asgtk.h:4, from asgtklookedit.c:36: /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-core.h:232:12: note: declared here void gdk_pixbuf_unref (GdkPixbuf *pixbuf); ^~~~~~~~~~~~~~~~ asgtklookedit.c: In function 'asgtk_mystyle_edit_set_background_type': asgtklookedit.c:350:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if( get_flags( self->flags, ASGTK_MYSTYLE_SLICED) ); ^~ asgtklookedit.c:351:4: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' gtk_widget_show( self->table1_texture_slicing ); ^~~~~~~~~~~~~~~ asgtklookedit.c: In function 'on_mystyle_overlay_clicked': asgtklookedit.c:509:7: warning: unused variable 'active' [-Wunused-variable] Bool active = gtk_toggle_button_get_active( GTK_TOGGLE_BUTTON(widget)); ^~~~~~ asgtklookedit.c:508:22: warning: unused variable 'self' [-Wunused-variable] ASGtkMyStyleEdit *self = ASGTK_MYSTYLE_EDIT (data); ^~~~ asgtklookedit.c: In function 'asgtk_mystyle_edit_new': asgtklookedit.c:530:13: warning: unused variable 'pixmap_slice_table' [-Wunused-variable] GtkWidget *pixmap_slice_table; ^~~~~~~~~~~~~~~~~~ asgtklookedit.c:529:13: warning: unused variable 'pixmap_table' [-Wunused-variable] GtkWidget *pixmap_table; ^~~~~~~~~~~~ asgtklookedit.c:528:13: warning: unused variable 'gradient_table' [-Wunused-variable] GtkWidget *gradient_table; ^~~~~~~~~~~~~~ asgtklookedit.c:527:13: warning: unused variable 'table' [-Wunused-variable] GtkWidget *table ; ^~~~~ asgtklookedit.c: In function 'on_add_mystyle_btn_clicked': asgtklookedit.c:638:17: warning: unused variable 'self' [-Wunused-variable] ASGtkLookEdit *self = ASGTK_LOOK_EDIT(user_data); ^~~~ asgtklookedit.c: In function 'on_add_to_library_mystyle_btn_clicked': asgtklookedit.c:662:63: warning: passing argument 1 of 'MyStyleDefinitionsList2free_storage' from incompatible pointer type [-Wincompatible-pointer-types] FreeStorageElem *fs = MyStyleDefinitionsList2free_storage (&LookSyntax, msd); ^ In file included from asgtklookedit.c:32:0: ../libAfterConf/afterconf.h:302:25: note: expected 'struct MyStyleDefinition *' but argument is of type 'struct SyntaxDef *' struct FreeStorageElem *MyStyleDefinitionsList2free_storage (struct MyStyleDefinition *msd, struct SyntaxDef *syntax); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ asgtklookedit.c:662:76: warning: passing argument 2 of 'MyStyleDefinitionsList2free_storage' from incompatible pointer type [-Wincompatible-pointer-types] FreeStorageElem *fs = MyStyleDefinitionsList2free_storage (&LookSyntax, msd); ^~~ In file included from asgtklookedit.c:32:0: ../libAfterConf/afterconf.h:302:25: note: expected 'struct SyntaxDef *' but argument is of type 'MyStyleDefinition * {aka struct MyStyleDefinition *}' struct FreeStorageElem *MyStyleDefinitionsList2free_storage (struct MyStyleDefinition *msd, struct SyntaxDef *syntax); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ asgtklookedit.c: In function 'on_save_as_mystyle_btn_clicked': asgtklookedit.c:678:17: warning: unused variable 'self' [-Wunused-variable] ASGtkLookEdit *self = ASGTK_LOOK_EDIT(user_data); ^~~~ asgtklookedit.c: In function 'asgtk_look_edit_reload': asgtklookedit.c:820:23: warning: passing argument 1 of 'DestroyLookConfig' from incompatible pointer type [-Wincompatible-pointer-types] DestroyLookConfig (&(self->config)); ^ In file included from asgtklookedit.c:32:0: ../libAfterConf/afterconf.h:1861:6: note: expected 'LookConfig * {aka struct LookConfig *}' but argument is of type 'struct LookConfig **' void DestroyLookConfig (LookConfig * config); ^~~~~~~~~~~~~~~~~ In file included from asgtklookedit.c:28:0: asgtklookedit.c: At top level: ../libAfterStep/session.h:51:20: warning: inline function 'get_session_override' declared but never defined inline const char *get_session_override(ASSession * session, int function ); ^~~~~~~~~~~~~~~~~~~~ In file included from ../libAfterStep/screen.h:15:0, from asgtklookedit.c:27: ../libAfterStep/mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc ); ^~~~~~~~~~~~~~~~~~~~~~ In file included from ../include/afterbase.h:2:0, from asgtklookedit.c:23: ../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined inline void nonGNUC_debugout_stub( const char *format, ...); ^~~~~~~~~~~~~~~~~~~~~ asgtklookedit.c:506:1: warning: 'on_mystyle_overlay_clicked' defined but not used [-Wunused-function] on_mystyle_overlay_clicked(GtkWidget *widget, gpointer data ) ^~~~~~~~~~~~~~~~~~~~~~~~~~ asgtklookedit.c:155:13: warning: 'fill_text_style_combo_box' defined but not used [-Wunused-function] static void fill_text_style_combo_box( GtkWidget *w ) ^~~~~~~~~~~~~~~~~~~~~~~~~ asgtklookedit.c:136:1: warning: 'on_add_inherit_mystyle_btn_clicked' defined but not used [-Wunused-function] on_add_inherit_mystyle_btn_clicked(GtkButton *button, gpointer user_data) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -DNO_DEBUG_OUTPUT -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -Wall -fPIC -I/usr/X11R7/include -I/usr/pkg/include/gtk-2.0 -I/usr/pkg/lib/gtk-2.0/include -I/usr/pkg/include/pango-1.0 -I/usr/pkg/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/fribidi -I/usr/pkg/include/cairo -I/usr/X11R7/include/pixman-1 -I/usr/pkg/include/libpng16 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/gio-unix-2.0 -D_REENTRANT -I/usr/pkg/include/gdk-pixbuf-2.0 -D_REENTRANT -I/usr/pkg/include/atk-1.0 -D_REENTRANT -pthread -D_REENTRANT -D_REENTRANT -c asgtkxmleditor.c In file included from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37:0, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from asgtk.h:6, from asgtkxmleditor.c:31: /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] void gtk_type_init (GTypeDebugFlags debug_flags); ^~~~ In file included from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gobject/gobject.h:24:0, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gobject/gbinding.h:29, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/glib-object.h:22, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gio/gioenums.h:28, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gio/giotypes.h:28, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gio/gio.h:26, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from asgtk.h:4, from asgtkxmleditor.c:31: /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gobject/gtype.h:679:1: note: declared here { ^ In file included from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31:0, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtk.h:126, from asgtk.h:6, from asgtkxmleditor.c:31: /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] GTimeVal last_popdown; ^~~~~~~~ In file included from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/glib/galloca.h:32:0, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/glib.h:30, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gobject/gbinding.h:28, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/glib-object.h:22, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gio/gioenums.h:28, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gio/giotypes.h:28, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gio/gio.h:26, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from asgtk.h:4, from asgtkxmleditor.c:31: /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/glib/gtypes.h:547:8: note: declared here struct _GTimeVal ^~~~~~~~~ In file included from ../libAfterStep/screen.h:15:0, from asgtkxmleditor.c:28: ../libAfterStep/mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc ); ^~~~~~~~~~~~~~~~~~~~~~ In file included from ../include/afterbase.h:2:0, from asgtkxmleditor.c:25: ../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined inline void nonGNUC_debugout_stub( const char *format, ...); ^~~~~~~~~~~~~~~~~~~~~ gcc -DNO_DEBUG_OUTPUT -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -Wall -fPIC -I/usr/X11R7/include -I/usr/pkg/include/gtk-2.0 -I/usr/pkg/lib/gtk-2.0/include -I/usr/pkg/include/pango-1.0 -I/usr/pkg/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/fribidi -I/usr/pkg/include/cairo -I/usr/X11R7/include/pixman-1 -I/usr/pkg/include/libpng16 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/gio-unix-2.0 -D_REENTRANT -I/usr/pkg/include/gdk-pixbuf-2.0 -D_REENTRANT -I/usr/pkg/include/atk-1.0 -D_REENTRANT -pthread -D_REENTRANT -D_REENTRANT -c asgtkxmloptlist.c In file included from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37:0, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from asgtk.h:6, from asgtkxmloptlist.c:31: /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] void gtk_type_init (GTypeDebugFlags debug_flags); ^~~~ In file included from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gobject/gobject.h:24:0, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gobject/gbinding.h:29, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/glib-object.h:22, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gio/gioenums.h:28, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gio/giotypes.h:28, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gio/gio.h:26, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from asgtk.h:4, from asgtkxmloptlist.c:31: /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gobject/gtype.h:679:1: note: declared here { ^ In file included from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31:0, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtk.h:126, from asgtk.h:6, from asgtkxmloptlist.c:31: /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] GTimeVal last_popdown; ^~~~~~~~ In file included from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/glib/galloca.h:32:0, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/glib.h:30, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gobject/gbinding.h:28, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/glib-object.h:22, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gio/gioenums.h:28, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gio/giotypes.h:28, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gio/gio.h:26, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from asgtk.h:4, from asgtkxmloptlist.c:31: /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/glib/gtypes.h:547:8: note: declared here struct _GTimeVal ^~~~~~~~~ asgtkxmloptlist.c: In function 'asgtk_xml_opt_list_refresh': asgtkxmloptlist.c:224:17: warning: unused variable 'curr' [-Wunused-variable] xml_elem_t *curr = self->opt_list_context->current; ^~~~ In file included from ../libAfterStep/screen.h:15:0, from asgtkxmloptlist.c:26: asgtkxmloptlist.c: At top level: ../libAfterStep/mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc ); ^~~~~~~~~~~~~~~~~~~~~~ In file included from ../include/afterbase.h:2:0, from asgtkxmloptlist.c:23: ../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined inline void nonGNUC_debugout_stub( const char *format, ...); ^~~~~~~~~~~~~~~~~~~~~ gcc -DNO_DEBUG_OUTPUT -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -Wall -fPIC -I/usr/X11R7/include -I/usr/pkg/include/gtk-2.0 -I/usr/pkg/lib/gtk-2.0/include -I/usr/pkg/include/pango-1.0 -I/usr/pkg/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/fribidi -I/usr/pkg/include/cairo -I/usr/X11R7/include/pixman-1 -I/usr/pkg/include/libpng16 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/gio-unix-2.0 -D_REENTRANT -I/usr/pkg/include/gdk-pixbuf-2.0 -D_REENTRANT -I/usr/pkg/include/atk-1.0 -D_REENTRANT -pthread -D_REENTRANT -D_REENTRANT -c mystyle_editor_interface.c In file included from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37:0, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from mystyle_editor_interface.c:18: /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] void gtk_type_init (GTypeDebugFlags debug_flags); ^~~~ In file included from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gobject/gobject.h:24:0, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gobject/gbinding.h:29, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/glib-object.h:22, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gio/gioenums.h:28, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gio/giotypes.h:28, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gio/gio.h:26, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtk.h:32, from mystyle_editor_interface.c:18: /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gobject/gtype.h:679:1: note: declared here { ^ In file included from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31:0, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtk.h:126, from mystyle_editor_interface.c:18: /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] GTimeVal last_popdown; ^~~~~~~~ In file included from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/glib/galloca.h:32:0, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/glib.h:30, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gobject/gbinding.h:28, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/glib-object.h:22, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gio/gioenums.h:28, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gio/giotypes.h:28, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gio/gio.h:26, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtk.h:32, from mystyle_editor_interface.c:18: /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/glib/gtypes.h:547:8: note: declared here struct _GTimeVal ^~~~~~~~~ In file included from ../libAfterStep/screen.h:15:0, from mystyle_editor_interface.c:26: ../libAfterStep/mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc ); ^~~~~~~~~~~~~~~~~~~~~~ In file included from ../include/afterbase.h:2:0, from mystyle_editor_interface.c:23: ../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined inline void nonGNUC_debugout_stub( const char *format, ...); ^~~~~~~~~~~~~~~~~~~~~ /bin/rm -f libASGTK.a ar clq libASGTK.a asgtkapp.o asgtkai.o asgtkcframe.o asgtkcolorsel.o asgtkdirtree.o asgtkgradient.o asgtkimagebrowser.o asgtklistviews.o asgtkimagedir.o asgtkimageview.o asgtklookedit.o asgtkxmleditor.o asgtkxmloptlist.o mystyle_editor_interface.o ranlib libASGTK.a gmake[1]: Leaving directory '/tmp/pkgbuild/wm/afterstep/work.sparc64/AfterStep-2.2.11/libASGTK' gmake[1]: Entering directory '/tmp/pkgbuild/wm/afterstep/work.sparc64/AfterStep-2.2.11/src/afterstep' gcc -DNO_DEBUG_OUTPUT -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -Wall -fPIC -I/usr/X11R7/include -DDBUS_API_SUBJECT_TO_CHANGE -c add_window.c add_window.c: In function 'init_aswindow': add_window.c:90:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if( t->status ) ^~ add_window.c:92:3: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if( t->hints ) ^~ add_window.c: In function 'collect_aswindow_hints': add_window.c:153:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if( is_output_level_under_threshold(OUTPUT_LEVEL_HINTS) ) ^~ add_window.c:156:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if( raw_hints->wm_hints == NULL ) ^~ In file included from ../../libAfterStep/screen.h:15:0, from asinternals.h:11, from add_window.c:30: add_window.c: At top level: ../../libAfterStep/mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc ); ^~~~~~~~~~~~~~~~~~~~~~ In file included from ../../libAfterStep/../include/afterbase.h:2:0, from ../../libAfterStep/asapp.h:45, from asinternals.h:4, from add_window.c:30: ../../libAfterStep/../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined inline void nonGNUC_debugout_stub( const char *format, ...); ^~~~~~~~~~~~~~~~~~~~~ gcc -DNO_DEBUG_OUTPUT -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -Wall -fPIC -I/usr/X11R7/include -DDBUS_API_SUBJECT_TO_CHANGE -c afterstep.c In file included from afterstep.c:33:0: ../../libAfterStep/session.h:51:20: warning: inline function 'get_session_override' declared but never defined inline const char *get_session_override(ASSession * session, int function ); ^~~~~~~~~~~~~~~~~~~~ In file included from ../../libAfterStep/screen.h:15:0, from asinternals.h:11, from afterstep.c:24: ../../libAfterStep/mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc ); ^~~~~~~~~~~~~~~~~~~~~~ In file included from ../../libAfterStep/../include/afterbase.h:2:0, from ../../libAfterStep/asapp.h:45, from asinternals.h:4, from afterstep.c:24: ../../libAfterStep/../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined inline void nonGNUC_debugout_stub( const char *format, ...); ^~~~~~~~~~~~~~~~~~~~~ gcc -DNO_DEBUG_OUTPUT -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -Wall -fPIC -I/usr/X11R7/include -DDBUS_API_SUBJECT_TO_CHANGE -c aswindow.c aswindow.c: In function 'bookmark2ASWindow': aswindow.c:556:7: warning: variable 'success' set but not used [-Wunused-but-set-variable] Bool success = False; ^~~~~~~ aswindow.c: In function 'get_scratch_ids_vector': aswindow.c:1147:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if( Scr.Windows->clients->count+2 > __as_scratch_ids->allocated ) ^~ aswindow.c:1150:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' return __as_scratch_ids; ^~~~~~ aswindow.c: In function 'restack_window': aswindow.c:1470:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if( t == NULL ) ^~ aswindow.c:1473:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if( t->transient_owner != NULL ) ^~ aswindow.c:1537:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if( stack_mode != Above && stack_mode != Below ) ^~ aswindow.c:1540:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if( t->group_members ) ^~ In file included from aswindow.c:36:0: aswindow.c: At top level: ../../libAfterStep/session.h:51:20: warning: inline function 'get_session_override' declared but never defined inline const char *get_session_override(ASSession * session, int function ); ^~~~~~~~~~~~~~~~~~~~ In file included from ../../libAfterStep/screen.h:15:0, from asinternals.h:11, from aswindow.c:35: ../../libAfterStep/mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc ); ^~~~~~~~~~~~~~~~~~~~~~ In file included from ../../libAfterStep/../include/afterbase.h:2:0, from ../../libAfterStep/asapp.h:45, from asinternals.h:4, from aswindow.c:35: ../../libAfterStep/../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined inline void nonGNUC_debugout_stub( const char *format, ...); ^~~~~~~~~~~~~~~~~~~~~ gcc -DNO_DEBUG_OUTPUT -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -Wall -fPIC -I/usr/X11R7/include -DDBUS_API_SUBJECT_TO_CHANGE -c colormaps.c In file included from ../../libAfterStep/screen.h:15:0, from asinternals.h:11, from colormaps.c:22: ../../libAfterStep/mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc ); ^~~~~~~~~~~~~~~~~~~~~~ In file included from ../../libAfterStep/../include/afterbase.h:2:0, from ../../libAfterStep/asapp.h:45, from asinternals.h:4, from colormaps.c:22: ../../libAfterStep/../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined inline void nonGNUC_debugout_stub( const char *format, ...); ^~~~~~~~~~~~~~~~~~~~~ gcc -DNO_DEBUG_OUTPUT -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -Wall -fPIC -I/usr/X11R7/include -DDBUS_API_SUBJECT_TO_CHANGE -c configure.c In file included from ../../libAfterStep/../include/afterbase.h:2:0, from ../../libAfterStep/asapp.h:45, from asinternals.h:4, from configure.c:43: configure.c: In function 'MergeAfterStepOptions': configure.c:120:16: warning: variable 'option_time' set but not used [-Wunused-but-set-variable] START_TIME(option_time); ^ ../../libAfterStep/../include/../libAfterBase/output.h:141:44: note: in definition of macro 'START_TIME' #define START_TIME(started) unsigned long started = 0 ^~~~~~~ configure.c: At top level: configure.c:258:60: warning: initialization makes integer from pointer without a cast [-Wint-conversion] static balloonConfig BalloonConfig = {0, 0, 0, 0, 0, 0, 0, NULL, 0, 0 }; ^~~~ configure.c:258:60: note: (near initialization for 'BalloonConfig.CloseDelay') configure.c:259:64: warning: initialization makes integer from pointer without a cast [-Wint-conversion] static balloonConfig MenuBalloonConfig = {0, 0, 0, 0, 0, 0, 0, NULL, 0, 0 }; ^~~~ configure.c:259:64: note: (near initialization for 'MenuBalloonConfig.CloseDelay') configure.c: In function 'merge_old_look_variables': configure.c:698:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for( i = 0 ; i < BACK_STYLES ; ++i ) ^~~ configure.c:702:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' if (Stdfont != NULL) ^~ configure.c: In function 'add_myframe_from_def': configure.c:1063:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if( get_flags( fd->set_title_attr, MYFRAME_TitleAlignSet ) ) ^~ configure.c:1065:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if( get_flags( fd->set_title_attr, MYFRAME_LeftBtnAlignSet ) ) ^~ configure.c:1077:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if( get_flags( fd->set_title_attr, MYFRAME_RightTitlebarLayoutSet ) ) ^~ configure.c:1079:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if( get_flags( fd->set_title_attr, MYFRAME_TitleFCMSet ) ) ^~ configure.c:1131:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if( !get_flags(frame->set_title_attr, MYFRAME_TitleAlignSet ) ) ^~ configure.c:1134:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if( !get_flags( frame->set_title_attr, MYFRAME_LeftBtnAlignSet ) ) ^~ configure.c: In function 'FixLook': configure.c:1280:10: warning: this 'if' clause does not guard... [-Wmisleading-indentation] else if(look->TitleTextAlign == JUSTIFY_CENTER ) ^~ configure.c:1283:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if( look->DefaultFrameName == NULL ) ^~ configure.c: In function 'SetBox': configure.c:2299:9: warning: variable 'num' set but not used [-Wunused-but-set-variable] int num; ^~~ In file included from configure.c:49:0: configure.c: At top level: ../../libAfterStep/session.h:51:20: warning: inline function 'get_session_override' declared but never defined inline const char *get_session_override(ASSession * session, int function ); ^~~~~~~~~~~~~~~~~~~~ In file included from ../../libAfterStep/screen.h:15:0, from asinternals.h:11, from configure.c:43: ../../libAfterStep/mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc ); ^~~~~~~~~~~~~~~~~~~~~~ In file included from ../../libAfterStep/../include/afterbase.h:2:0, from ../../libAfterStep/asapp.h:45, from asinternals.h:4, from configure.c:43: ../../libAfterStep/../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined inline void nonGNUC_debugout_stub( const char *format, ...); ^~~~~~~~~~~~~~~~~~~~~ gcc -DNO_DEBUG_OUTPUT -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -Wall -fPIC -I/usr/X11R7/include -DDBUS_API_SUBJECT_TO_CHANGE -c cover.c cover.c: In function 'cover_desktop': cover.c:413:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if( _as_desktop_cover != None ) ^~ cover.c:416:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' valuemask = (CWBackPixmap | CWBackingStore | CWOverrideRedirect); ^~~~~~~~~ In file included from ../../libAfterStep/screen.h:15:0, from asinternals.h:11, from cover.c:27: cover.c: At top level: ../../libAfterStep/mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc ); ^~~~~~~~~~~~~~~~~~~~~~ In file included from ../../libAfterStep/../include/afterbase.h:2:0, from ../../libAfterStep/asapp.h:45, from asinternals.h:4, from cover.c:27: ../../libAfterStep/../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined inline void nonGNUC_debugout_stub( const char *format, ...); ^~~~~~~~~~~~~~~~~~~~~ cover.c: In function 'do_anim_shape_blocks': cover.c:123:6: warning: iteration 5 invokes undefined behavior [-Waggressive-loop-optimizations] th -= ratio; ~~~^~~~~~~~ cover.c:118:11: note: within this loop while ( --level >= 0 ) ^ gcc -DNO_DEBUG_OUTPUT -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -Wall -fPIC -I/usr/X11R7/include -DDBUS_API_SUBJECT_TO_CHANGE -c dbus.c In file included from ../../libAfterStep/screen.h:15:0, from asinternals.h:11, from dbus.c:23: ../../libAfterStep/mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc ); ^~~~~~~~~~~~~~~~~~~~~~ In file included from ../../libAfterStep/../include/afterbase.h:2:0, from ../../libAfterStep/asapp.h:45, from asinternals.h:4, from dbus.c:23: ../../libAfterStep/../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined inline void nonGNUC_debugout_stub( const char *format, ...); ^~~~~~~~~~~~~~~~~~~~~ gcc -DNO_DEBUG_OUTPUT -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -Wall -fPIC -I/usr/X11R7/include -DDBUS_API_SUBJECT_TO_CHANGE -c decorations.c decorations.c: In function 'check_allowed_function': decorations.c:788:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if ( func != F_FUNCTION && func != F_CATEGORY ) ^~ decorations.c:791:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if( func == F_FUNCTION ) ^~ decorations.c: In function 'redecorate_window': decorations.c:1365:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if( check_client_canvas( asw, True ) == NULL ) ^~ decorations.c:1368:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' hints2decorations( asw, NULL ); ^~~~~~~~~~~~~~~~~ In file included from ../../libAfterStep/screen.h:15:0, from asinternals.h:11, from decorations.c:28: decorations.c: At top level: ../../libAfterStep/mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc ); ^~~~~~~~~~~~~~~~~~~~~~ In file included from ../../libAfterStep/../include/afterbase.h:2:0, from ../../libAfterStep/asapp.h:45, from asinternals.h:4, from decorations.c:28: ../../libAfterStep/../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined inline void nonGNUC_debugout_stub( const char *format, ...); ^~~~~~~~~~~~~~~~~~~~~ gcc -DNO_DEBUG_OUTPUT -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -Wall -fPIC -I/usr/X11R7/include -DDBUS_API_SUBJECT_TO_CHANGE -c dirtree.c In file included from ../../libAfterConf/afterconf.h:7:0, from dirtree.c:33: ../../libAfterConf/../libAfterStep/mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc ); ^~~~~~~~~~~~~~~~~~~~~~ In file included from ../../libAfterStep/../include/afterbase.h:2:0, from ../../libAfterStep/asapp.h:45, from dirtree.c:31: ../../libAfterStep/../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined inline void nonGNUC_debugout_stub( const char *format, ...); ^~~~~~~~~~~~~~~~~~~~~ gcc -DNO_DEBUG_OUTPUT -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -Wall -fPIC -I/usr/X11R7/include -DDBUS_API_SUBJECT_TO_CHANGE -c events.c events.c: In function 'HandleKeyPress': events.c:799:3: warning: 'XKeycodeToKeysym' is deprecated [-Wdeprecated-declarations] KeySym keysym = XKeycodeToKeysym (dpy, xk->keycode, m); ^~~~~~ In file included from ../../libAfterStep/asapp.h:28:0, from asinternals.h:4, from events.c:28: /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/X11/Xlib.h:1687:15: note: declared here extern KeySym XKeycodeToKeysym( ^~~~~~~~~~~~~~~~ In file included from ../../libAfterStep/screen.h:15:0, from asinternals.h:11, from events.c:28: events.c: At top level: ../../libAfterStep/mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc ); ^~~~~~~~~~~~~~~~~~~~~~ In file included from ../../libAfterStep/../include/afterbase.h:2:0, from ../../libAfterStep/asapp.h:45, from asinternals.h:4, from events.c:28: ../../libAfterStep/../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined inline void nonGNUC_debugout_stub( const char *format, ...); ^~~~~~~~~~~~~~~~~~~~~ gcc -DNO_DEBUG_OUTPUT -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -Wall -fPIC -I/usr/X11R7/include -DDBUS_API_SUBJECT_TO_CHANGE -c functions.c functions.c: In function 'ExecuteFunction': functions.c:350:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if( data == NULL ) ^~ functions.c:352:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' ExecuteFunctionExt( data, event, module, False ); ^~~~~~~~~~~~~~~~~~ In file included from functions.c:41:0: functions.c: At top level: ../../libAfterStep/session.h:51:20: warning: inline function 'get_session_override' declared but never defined inline const char *get_session_override(ASSession * session, int function ); ^~~~~~~~~~~~~~~~~~~~ In file included from ../../libAfterStep/screen.h:15:0, from asinternals.h:11, from functions.c:35: ../../libAfterStep/mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc ); ^~~~~~~~~~~~~~~~~~~~~~ In file included from ../../libAfterStep/../include/afterbase.h:2:0, from ../../libAfterStep/asapp.h:45, from asinternals.h:4, from functions.c:35: ../../libAfterStep/../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined inline void nonGNUC_debugout_stub( const char *format, ...); ^~~~~~~~~~~~~~~~~~~~~ gcc -DNO_DEBUG_OUTPUT -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -Wall -fPIC -I/usr/X11R7/include -DDBUS_API_SUBJECT_TO_CHANGE -c housekeeping.c In file included from ../../libAfterStep/screen.h:15:0, from asinternals.h:11, from housekeeping.c:32: ../../libAfterStep/mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc ); ^~~~~~~~~~~~~~~~~~~~~~ In file included from ../../libAfterStep/../include/afterbase.h:2:0, from ../../libAfterStep/asapp.h:45, from asinternals.h:4, from housekeeping.c:32: ../../libAfterStep/../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined inline void nonGNUC_debugout_stub( const char *format, ...); ^~~~~~~~~~~~~~~~~~~~~ gcc -DNO_DEBUG_OUTPUT -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -Wall -fPIC -I/usr/X11R7/include -DDBUS_API_SUBJECT_TO_CHANGE -c icons.c icons.c: In function 'rearrange_icon_iter_func': icons.c:148:33: warning: variable 'geom_size_s' set but not used [-Wunused-but-set-variable] unsigned int *geom_size_p, *geom_size_s; ^~~~~~~~~~~ icons.c:133:10: warning: variable 'placed' set but not used [-Wunused-but-set-variable] Bool placed = False ; ^~~~~~ In file included from ../../libAfterStep/screen.h:15:0, from asinternals.h:11, from icons.c:27: icons.c: At top level: ../../libAfterStep/mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc ); ^~~~~~~~~~~~~~~~~~~~~~ In file included from ../../libAfterStep/../include/afterbase.h:2:0, from ../../libAfterStep/asapp.h:45, from asinternals.h:4, from icons.c:27: ../../libAfterStep/../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined inline void nonGNUC_debugout_stub( const char *format, ...); ^~~~~~~~~~~~~~~~~~~~~ gcc -DNO_DEBUG_OUTPUT -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -Wall -fPIC -I/usr/X11R7/include -DDBUS_API_SUBJECT_TO_CHANGE -c menuitem.c menuitem.c: In function 'ParseKeyEntry': menuitem.c:295:6: warning: 'XKeycodeToKeysym' is deprecated [-Wdeprecated-declarations] if (XKeycodeToKeysym (dpy, i, m) == keysym) ^~ In file included from ../../libAfterStep/asapp.h:28:0, from asinternals.h:4, from menuitem.c:45: /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/X11/Xlib.h:1687:15: note: declared here extern KeySym XKeycodeToKeysym( ^~~~~~~~~~~~~~~~ menuitem.c: In function 'add_minipixmap_from_dirtree_item': menuitem.c:342:10: warning: this 'if' clause does not guard... [-Wmisleading-indentation] else if (tree->icon != NULL) /* should default to: "mini-menu.xpm" */ ^~ menuitem.c:345:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if( fdata ) ^~ In file included from ../../libAfterStep/screen.h:15:0, from asinternals.h:11, from menuitem.c:45: menuitem.c: At top level: ../../libAfterStep/mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc ); ^~~~~~~~~~~~~~~~~~~~~~ In file included from ../../libAfterStep/../include/afterbase.h:2:0, from ../../libAfterStep/asapp.h:45, from asinternals.h:4, from menuitem.c:45: ../../libAfterStep/../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined inline void nonGNUC_debugout_stub( const char *format, ...); ^~~~~~~~~~~~~~~~~~~~~ gcc -DNO_DEBUG_OUTPUT -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -Wall -fPIC -I/usr/X11R7/include -DDBUS_API_SUBJECT_TO_CHANGE -c menus.c menus.c: In function 'make_menu_window': menus.c:58:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if( parent == None ) ^~ menus.c:61:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' attr.cursor = Scr.Feel.cursors[ASCUR_Menu] ; ^~~~ menus.c: In function 'free_asmenu_item': menus.c:88:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if( item->bar ) ^~ menus.c:90:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if( item->icon ) ^~ menus.c: In function 'set_asmenu_item_look': menus.c:313:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if( item->bar == NULL ) ^~ menus.c:316:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if( get_flags( look->flags, TxtrMenuItmInd ) ) ^~ menus.c: In function 'render_asmenu_bars': menus.c:448:14: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if( render_astbar_cached_back( menu->scroll_up_bar, menu->main_canvas, &cache, NULL ) ) ^~ menus.c:450:4: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if( force || DoesBarNeedsRendering(menu->scroll_down_bar)) ^~ menus.c: In function 'set_menu_scroll_bar_look': menus.c:657:5: warning: this 'else' clause does not guard... [-Wmisleading-indentation] else ^~~~ menus.c:660:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else' set_astbar_style_ptr( bar, -1, look->MSMenu[MENU_BACK_ITEM] ); ^~~~~~~~~~~~~~~~~~~~ menus.c: In function 'set_asmenu_look': menus.c:720:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if( max_height == 0 ) ^~ menus.c:723:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' max_height = ((max_height+1)/2)*2; ^~~~~~~~~~ menus.c: In function 'select_menu_item': menus.c:797:10: warning: this 'if' clause does not guard... [-Wmisleading-indentation] else if( selection >= (int)menu->items_num ) ^~ menus.c:800:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' needs_scrolling = ( selection < menu->top_item || selection >= menu->top_item + menu->visible_items_num ) ; ^~~~~~~~~~~~~~~ menus.c:805:10: warning: this 'while' clause does not guard... [-Wmisleading-indentation] while (timer_remove_by_data (menu)); ^~~~~ menus.c:806:4: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'while' withdraw_balloon( menu->item_balloon ); ^~~~~~~~~~~~~~~~ menus.c:831:10: warning: this 'while' clause does not guard... [-Wmisleading-indentation] while (timer_remove_by_data (menu)); ^~~~~ menus.c:832:4: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'while' balloon_set_text (menu->item_balloon, menu->items[selection].source->comment, encoding); ^~~~~~~~~~~~~~~~ menus.c:842:10: warning: this 'while' clause does not guard... [-Wmisleading-indentation] while (timer_remove_by_data (menu)); ^~~~~ menus.c:843:4: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'while' balloon_set_image_from_file (menu->item_balloon, menu->items[selection].fdata.text ); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ menus.c:790:7: warning: variable 'needs_scrolling' set but not used [-Wunused-but-set-variable] Bool needs_scrolling ; ^~~~~~~~~~~~~~~ menus.c: In function 'set_asmenu_scroll_position': menus.c:867:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if( AS_ASSERT(menu) || menu->items_num == 0 ) ^~ menus.c:869:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' first_item = (pos < 0)?0:pos ; ^~~~~~~~~~ menus.c: In function 'on_menu_root_background_changed': menus.c:1444:9: warning: this 'while' clause does not guard... [-Wmisleading-indentation] while ( --i >= 0 ) ^~~~~ menus.c:1446:3: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'while' update_astbar_transparency(menu->scroll_up_bar, menu->main_canvas, True); ^~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ../../libAfterStep/screen.h:15:0, from asinternals.h:11, from menus.c:36: menus.c: At top level: ../../libAfterStep/mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc ); ^~~~~~~~~~~~~~~~~~~~~~ In file included from ../../libAfterStep/../include/afterbase.h:2:0, from ../../libAfterStep/asapp.h:45, from asinternals.h:4, from menus.c:36: ../../libAfterStep/../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined inline void nonGNUC_debugout_stub( const char *format, ...); ^~~~~~~~~~~~~~~~~~~~~ gcc -DNO_DEBUG_OUTPUT -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -Wall -fPIC -I/usr/X11R7/include -DDBUS_API_SUBJECT_TO_CHANGE -c misc.c In file included from ../../libAfterStep/screen.h:15:0, from asinternals.h:11, from misc.c:30: ../../libAfterStep/mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc ); ^~~~~~~~~~~~~~~~~~~~~~ In file included from ../../libAfterStep/../include/afterbase.h:2:0, from ../../libAfterStep/asapp.h:45, from asinternals.h:4, from misc.c:30: ../../libAfterStep/../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined inline void nonGNUC_debugout_stub( const char *format, ...); ^~~~~~~~~~~~~~~~~~~~~ gcc -DNO_DEBUG_OUTPUT -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -Wall -fPIC -I/usr/X11R7/include -DDBUS_API_SUBJECT_TO_CHANGE -c module.c module.c: In function 'KillModule': module.c:117:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (module->fd > 0) ^~ module.c:120:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if( !dont_free_memory ) ^~ module.c: In function 'ExecModule': module.c:684:16: warning: variable 'val' set but not used [-Wunused-but-set-variable] int val; ^~~ module.c: In function 'RunCommand': module.c:972:19: warning: variable 'toret' set but not used [-Wunused-but-set-variable] int toret = 0; ^~~~~ In file included from ../../libAfterStep/screen.h:15:0, from asinternals.h:11, from module.c:32: module.c: At top level: ../../libAfterStep/mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc ); ^~~~~~~~~~~~~~~~~~~~~~ In file included from ../../libAfterStep/../include/afterbase.h:2:0, from ../../libAfterStep/asapp.h:45, from asinternals.h:4, from module.c:32: ../../libAfterStep/../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined inline void nonGNUC_debugout_stub( const char *format, ...); ^~~~~~~~~~~~~~~~~~~~~ gcc -DNO_DEBUG_OUTPUT -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -Wall -fPIC -I/usr/X11R7/include -DDBUS_API_SUBJECT_TO_CHANGE -c pager.c pager.c: In function 'release_old_background': pager.c:664:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if( back == NULL || back->type == MB_BackCmd ) ^~ pager.c:667:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' imname = make_myback_image_name( &(Scr.Look), back->name ); ^~~~~~ pager.c: In function 'change_desktop_background': pager.c:1161:6: warning: this 'else' clause does not guard... [-Wmisleading-indentation] }else ^~~~ pager.c:1164:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else' display_progress( True, " Background image generated."); ^~~~~~~~~~~~~~~~ pager.c: In function 'HandleBackgroundRequest': pager.c:1373:10: warning: variable 'res' set but not used [-Wunused-but-set-variable] Bool res = False; ^~~ In file included from pager.c:36:0: pager.c: At top level: ../../libAfterStep/session.h:51:20: warning: inline function 'get_session_override' declared but never defined inline const char *get_session_override(ASSession * session, int function ); ^~~~~~~~~~~~~~~~~~~~ In file included from ../../libAfterStep/screen.h:15:0, from asinternals.h:11, from pager.c:31: ../../libAfterStep/mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc ); ^~~~~~~~~~~~~~~~~~~~~~ In file included from ../../libAfterStep/../include/afterbase.h:2:0, from ../../libAfterStep/asapp.h:45, from asinternals.h:4, from pager.c:31: ../../libAfterStep/../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined inline void nonGNUC_debugout_stub( const char *format, ...); ^~~~~~~~~~~~~~~~~~~~~ gcc -DNO_DEBUG_OUTPUT -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -Wall -fPIC -I/usr/X11R7/include -DDBUS_API_SUBJECT_TO_CHANGE -c placement.c placement.c: In function 'move_placement_left': placement.c:418:5: warning: this 'while' clause does not guard... [-Wmisleading-indentation] while( --i >= 0 ) ^~~~~ placement.c:421:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'while' return x ; ^~~~~~ placement.c: In function 'move_placement_right': placement.c:429:5: warning: this 'while' clause does not guard... [-Wmisleading-indentation] while( --i >= 0 ) ^~~~~ placement.c:432:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'while' return x ; ^~~~~~ placement.c: In function 'move_placement_up': placement.c:440:5: warning: this 'while' clause does not guard... [-Wmisleading-indentation] while( --i >= 0 ) ^~~~~ placement.c:443:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'while' return y ; ^~~~~~ placement.c: In function 'move_placement_down': placement.c:451:5: warning: this 'while' clause does not guard... [-Wmisleading-indentation] while( --i >= 0 ) ^~~~~ placement.c:454:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'while' return y ; ^~~~~~ placement.c: In function 'do_maximized_placement': placement.c:827:5: warning: this 'while' clause does not guard... [-Wmisleading-indentation] while( --i >= 0 ) ^~~~~ placement.c:843:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'while' if( selected < 0 ) ^~ In file included from ../../libAfterStep/screen.h:15:0, from asinternals.h:11, from placement.c:27: placement.c: At top level: ../../libAfterStep/mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc ); ^~~~~~~~~~~~~~~~~~~~~~ In file included from ../../libAfterStep/../include/afterbase.h:2:0, from ../../libAfterStep/asapp.h:45, from asinternals.h:4, from placement.c:27: ../../libAfterStep/../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined inline void nonGNUC_debugout_stub( const char *format, ...); ^~~~~~~~~~~~~~~~~~~~~ gcc -DNO_DEBUG_OUTPUT -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -Wall -fPIC -I/usr/X11R7/include -DDBUS_API_SUBJECT_TO_CHANGE -c theme.c In file included from theme.c:31:0: ../../libAfterStep/session.h:51:20: warning: inline function 'get_session_override' declared but never defined inline const char *get_session_override(ASSession * session, int function ); ^~~~~~~~~~~~~~~~~~~~ In file included from ../../libAfterStep/screen.h:15:0, from asinternals.h:11, from theme.c:24: ../../libAfterStep/mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc ); ^~~~~~~~~~~~~~~~~~~~~~ In file included from ../../libAfterStep/../include/afterbase.h:2:0, from ../../libAfterStep/asapp.h:45, from asinternals.h:4, from theme.c:24: ../../libAfterStep/../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined inline void nonGNUC_debugout_stub( const char *format, ...); ^~~~~~~~~~~~~~~~~~~~~ gcc -DNO_DEBUG_OUTPUT -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -Wall -fPIC -I/usr/X11R7/include -DDBUS_API_SUBJECT_TO_CHANGE -c winstatus.c winstatus.c: In function 'resize_frame_subwindows': winstatus.c:548:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if( !ASWIN_GET_FLAGS(asw, AS_Shaded ) ) /* leave shaded client alone ! */ ^~ winstatus.c:553:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' return client_changes; ^~~~~~ winstatus.c: In function 'apply_window_status_size': winstatus.c:570:8: warning: variable 'unshaded' set but not used [-Wunused-but-set-variable] Bool unshaded = True ; ^~~~~~~~ winstatus.c: In function 'check_frame_side_config': winstatus.c:688:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for( i = 0 ; i < FRAME_SIDES ; ++i ) ^~~ winstatus.c:715:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' return found; ^~~~~~ winstatus.c: In function 'on_window_status_changed': winstatus.c:1245:8: warning: variable 'bw' set but not used [-Wunused-but-set-variable] int bw = 0 ; ^~ winstatus.c: In function 'on_window_hilite_changed': winstatus.c:1332:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if( AS_ASSERT(asw) ) ^~ winstatus.c:1335:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' for( i = FRAME_SIDES; --i >= 0; ) ^~~ winstatus.c: In function 'change_aswindow_desktop': winstatus.c:2046:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if( AS_ASSERT(asw) ) ^~ winstatus.c:2048:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if( asw->transient_owner ) ^~ winstatus.c: In function 'toggle_aswindow_status': winstatus.c:2106:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if( flags == 0 ) ^~ winstatus.c:2109:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if( get_flags( flags, AS_Fullscreen ) ) ^~ In file included from ../../libAfterStep/screen.h:15:0, from asinternals.h:11, from winstatus.c:30: winstatus.c: At top level: ../../libAfterStep/mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc ); ^~~~~~~~~~~~~~~~~~~~~~ In file included from ../../libAfterStep/../include/afterbase.h:2:0, from ../../libAfterStep/asapp.h:45, from asinternals.h:4, from winstatus.c:30: ../../libAfterStep/../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined inline void nonGNUC_debugout_stub( const char *format, ...); ^~~~~~~~~~~~~~~~~~~~~ gcc add_window.o afterstep.o aswindow.o colormaps.o configure.o cover.o dbus.o decorations.o dirtree.o events.o functions.o housekeeping.o icons.o menuitem.o menus.o misc.o module.o pager.o placement.o theme.o winstatus.o -L/usr/pkg/lib -L/usr/X11R7/lib -Wl,-R/usr/X11R7/lib -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib -rdynamic ../../libAfterConf/libAfterConf.a ../../libAfterStep/libAfterStep.a ../../libAfterImage/libAfterImage.a ../../libAfterBase/libAfterBase.a -L/usr/X11R7/lib -lfreetype -ltiff -lX11 -L/usr/X11R7/lib -lSM -lICE -lXext -ljpeg -lpng -lz -lm -lXinerama -lX11 -L/usr/X11R7/lib -lSM -lICE -lXext -lexecinfo -o afterstep gmake[1]: Leaving directory '/tmp/pkgbuild/wm/afterstep/work.sparc64/AfterStep-2.2.11/src/afterstep' gmake[1]: Entering directory '/tmp/pkgbuild/wm/afterstep/work.sparc64/AfterStep-2.2.11/src/Animate' gcc -DNO_DEBUG_OUTPUT -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -Wall -fPIC -I/usr/X11R7/include -c Animate.c In file included from ../../libAfterStep/mylook.h:10:0, from ../../libAfterStep/screen.h:15, from Animate.c:27: Animate.c: In function 'CheckConfigSanity': ../../libAfterStep/../libAfterImage/asvisual.h:276:39: warning: pointer targets in passing argument 3 of 'ASDefaultScr->asv->color2pixel_func' differ in signedness [-Wpointer-sign] (asv)->color2pixel_func((asv),(argb),(pixel)) ^ Animate.c:443:4: note: in expansion of macro 'ARGB2PIXEL' ARGB2PIXEL(Scr.asv,argb,&pixel); ^~~~~~~~~~ ../../libAfterStep/../libAfterImage/asvisual.h:276:39: note: expected 'long unsigned int *' but argument is of type 'long int *' (asv)->color2pixel_func((asv),(argb),(pixel)) ^ Animate.c:443:4: note: in expansion of macro 'ARGB2PIXEL' ARGB2PIXEL(Scr.asv,argb,&pixel); ^~~~~~~~~~ In file included from ../../libAfterStep/../include/afterbase.h:2:0, from ../../libAfterStep/asapp.h:45, from Animate.c:26: Animate.c: In function 'GetBaseOptions': Animate.c:475:16: warning: variable 'started' set but not used [-Wunused-but-set-variable] START_TIME(started); ^ ../../libAfterStep/../include/../libAfterBase/output.h:141:44: note: in definition of macro 'START_TIME' #define START_TIME(started) unsigned long started = 0 ^~~~~~~ Animate.c: In function 'GetOptions': Animate.c:484:16: warning: variable 'option_time' set but not used [-Wunused-but-set-variable] START_TIME(option_time); ^ ../../libAfterStep/../include/../libAfterBase/output.h:141:44: note: in definition of macro 'START_TIME' #define START_TIME(started) unsigned long started = 0 ^~~~~~~ In file included from ../../libAfterStep/screen.h:15:0, from Animate.c:27: Animate.c: At top level: ../../libAfterStep/mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc ); ^~~~~~~~~~~~~~~~~~~~~~ In file included from ../../libAfterStep/../include/afterbase.h:2:0, from ../../libAfterStep/asapp.h:45, from Animate.c:26: ../../libAfterStep/../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined inline void nonGNUC_debugout_stub( const char *format, ...); ^~~~~~~~~~~~~~~~~~~~~ gcc Animate.o -L/usr/pkg/lib -L/usr/X11R7/lib -Wl,-R/usr/X11R7/lib -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib -rdynamic ../../libAfterConf/libAfterConf.a ../../libAfterStep/libAfterStep.a ../../libAfterImage/libAfterImage.a ../../libAfterBase/libAfterBase.a -L/usr/X11R7/lib -lfreetype -ltiff -lX11 -L/usr/X11R7/lib -lSM -lICE -lXext -ljpeg -lpng -lz -lm -lXinerama -lX11 -L/usr/X11R7/lib -lSM -lICE -lXext -lexecinfo -o Animate gmake[1]: Leaving directory '/tmp/pkgbuild/wm/afterstep/work.sparc64/AfterStep-2.2.11/src/Animate' gmake[1]: Entering directory '/tmp/pkgbuild/wm/afterstep/work.sparc64/AfterStep-2.2.11/src/Arrange' gcc -DNO_DEBUG_OUTPUT -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -Wall -fPIC -I/usr/X11R7/include -c Arrange.c In file included from ../../libAfterStep/screen.h:15:0, from Arrange.c:37: ../../libAfterStep/mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc ); ^~~~~~~~~~~~~~~~~~~~~~ In file included from ../../libAfterStep/../include/afterbase.h:2:0, from ../../libAfterStep/asapp.h:45, from Arrange.c:25: ../../libAfterStep/../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined inline void nonGNUC_debugout_stub( const char *format, ...); ^~~~~~~~~~~~~~~~~~~~~ gcc Arrange.o -L/usr/pkg/lib -L/usr/X11R7/lib -Wl,-R/usr/X11R7/lib -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib -rdynamic ../../libAfterConf/libAfterConf.a ../../libAfterStep/libAfterStep.a ../../libAfterImage/libAfterImage.a ../../libAfterBase/libAfterBase.a -L/usr/X11R7/lib -lfreetype -ltiff -lX11 -L/usr/X11R7/lib -lSM -lICE -lXext -ljpeg -lpng -lz -lm -lXinerama -lX11 -L/usr/X11R7/lib -lSM -lICE -lXext -lexecinfo -o Arrange gmake[1]: Leaving directory '/tmp/pkgbuild/wm/afterstep/work.sparc64/AfterStep-2.2.11/src/Arrange' gmake[1]: Entering directory '/tmp/pkgbuild/wm/afterstep/work.sparc64/AfterStep-2.2.11/src/Banner' /bin/cp Banner.sh Banner gmake[1]: Leaving directory '/tmp/pkgbuild/wm/afterstep/work.sparc64/AfterStep-2.2.11/src/Banner' gmake[1]: Entering directory '/tmp/pkgbuild/wm/afterstep/work.sparc64/AfterStep-2.2.11/src/Ident' gcc -DNO_DEBUG_OUTPUT -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -Wall -fPIC -I/usr/X11R7/include -c Ident.c Ident.c: In function 'DeadPipe': Ident.c:163:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if( IdentState.main_window ) ^~ Ident.c:166:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' FreeMyAppResources(); ^~~~~~~~~~~~~~~~~~ In file included from ../../libAfterStep/../include/afterbase.h:2:0, from ../../libAfterStep/asapp.h:45, from Ident.c:28: Ident.c: In function 'GetOptions': Ident.c:213:16: warning: variable 'option_time' set but not used [-Wunused-but-set-variable] START_TIME(option_time); ^ ../../libAfterStep/../include/../libAfterBase/output.h:141:44: note: in definition of macro 'START_TIME' #define START_TIME(started) unsigned long started = 0 ^~~~~~~ In file included from /usr/include/stdio.h:597:0, from ../../libAfterStep/asapp.h:10, from Ident.c:28: Ident.c: In function 'fill_window_data': Ident.c:726:18: warning: format '%ld' expects argument of type 'long int', but argument 5 has type 'CARD32 {aka unsigned int}' [-Wformat=] sprintf( buf, "%ld", eh->pid ); ^ ~~~~~ Ident.c:735:18: warning: format '%ld' expects argument of type 'long int', but argument 5 has type 'CARD32 {aka unsigned int}' [-Wformat=] sprintf( buf, "%ld", eh->window_opacity ); ^ ~~~~~ Ident.c:744:19: warning: format '%ld' expects argument of type 'long int', but argument 5 has type 'CARD32 {aka unsigned int}' [-Wformat=] sprintf( buf, "%ld", eh->desktop ); ^ ~~~~~ Ident.c:750:18: warning: format '%ld' expects argument of type 'long int', but argument 5 has type 'CARD32 {aka unsigned int}' [-Wformat=] sprintf( buf, "%ld", gh->layer ); ^ ~~~~~ Ident.c:755:18: warning: format '%ld' expects argument of type 'long int', but argument 5 has type 'CARD32 {aka unsigned int}' [-Wformat=] sprintf( buf, "%ld", gh->workspace ); ^ ~~~~~ In file included from Ident.c:49:0: Ident.c: At top level: ../../libAfterStep/session.h:51:20: warning: inline function 'get_session_override' declared but never defined inline const char *get_session_override(ASSession * session, int function ); ^~~~~~~~~~~~~~~~~~~~ In file included from ../../libAfterStep/screen.h:15:0, from Ident.c:38: ../../libAfterStep/mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc ); ^~~~~~~~~~~~~~~~~~~~~~ In file included from ../../libAfterStep/../include/afterbase.h:2:0, from ../../libAfterStep/asapp.h:45, from Ident.c:28: ../../libAfterStep/../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined inline void nonGNUC_debugout_stub( const char *format, ...); ^~~~~~~~~~~~~~~~~~~~~ gcc Ident.o -L/usr/pkg/lib -L/usr/X11R7/lib -Wl,-R/usr/X11R7/lib -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib -rdynamic ../../libAfterConf/libAfterConf.a ../../libAfterStep/libAfterStep.a ../../libAfterImage/libAfterImage.a ../../libAfterBase/libAfterBase.a -L/usr/X11R7/lib -lfreetype -ltiff -lX11 -L/usr/X11R7/lib -lSM -lICE -lXext -ljpeg -lpng -lz -lm -lXinerama -lX11 -L/usr/X11R7/lib -lSM -lICE -lXext -lexecinfo -o Ident gmake[1]: Leaving directory '/tmp/pkgbuild/wm/afterstep/work.sparc64/AfterStep-2.2.11/src/Ident' gmake[1]: Entering directory '/tmp/pkgbuild/wm/afterstep/work.sparc64/AfterStep-2.2.11/src/Pager' gcc -DNO_DEBUG_OUTPUT -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -Wall -fPIC -I/usr/X11R7/include -c Pager.c Pager.c: In function 'DeadPipe': Pager.c:355:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if( Config ) ^~ Pager.c:357:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' destroy_astbar_props( &(PagerState.tbar_props) ); ^~~~~~~~~~~~~~~~~~~~ Pager.c:360:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if( Config->MSDeskBack ) ^~ Pager.c:362:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' free( PagerState.desks ); ^~~~ Pager.c: In function 'CheckConfigSanity': Pager.c:404:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if( Config == NULL ) ^~ Pager.c:407:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if( Rows_override > 0 ) ^~ Pager.c:433:10: warning: this 'if' clause does not guard... [-Wmisleading-indentation] else if( get_flags(Config->geometry.flags, YNegative) ) ^~ Pager.c:436:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if(MyArgs.gravity != ForgetGravity) ^~ Pager.c:514:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if( !get_flags( Config->set_flags, PAGER_SET_INACTIVE_BEVEL ) ) ^~ Pager.c:517:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if ( PagerState.tbar_props == NULL ) ^~ In file included from /usr/include/stdio.h:597:0, from ../../libAfterStep/asapp.h:10, from Pager.c:34: Pager.c:567:27: warning: format '%ld' expects argument of type 'long int', but argument 6 has type 'INT32 {aka int}' [-Wformat=] sprintf( buf, "*%sDesk%ld", MyName, i + PagerState.start_desk); ^ ~~~~~~~~~~~~~~~~ In file included from ../../libAfterStep/../include/afterbase.h:2:0, from ../../libAfterStep/asapp.h:45, from Pager.c:34: Pager.c: In function 'GetOptions': Pager.c:594:16: warning: variable 'option_time' set but not used [-Wunused-but-set-variable] START_TIME(option_time); ^ ../../libAfterStep/../include/../libAfterBase/output.h:141:44: note: in definition of macro 'START_TIME' #define START_TIME(started) unsigned long started = 0 ^~~~~~~ Pager.c: In function 'GetBaseOptions': Pager.c:690:16: warning: variable 'started' set but not used [-Wunused-but-set-variable] START_TIME(started); ^ ../../libAfterStep/../include/../libAfterBase/output.h:141:44: note: in definition of macro 'START_TIME' #define START_TIME(started) unsigned long started = 0 ^~~~~~~ Pager.c: In function 'update_pager_shape': Pager.c:934:10: warning: variable 'shape_cleared' set but not used [-Wunused-but-set-variable] Bool shape_cleared = False ; ^~~~~~~~~~~~~ In file included from /usr/include/stdio.h:597:0, from ../../libAfterStep/asapp.h:10, from Pager.c:34: Pager.c: In function 'redecorate_pager_desks': Pager.c:1328:31: warning: format '%ld' expects argument of type 'long int', but argument 5 has type 'int' [-Wformat=] sprintf( buf, "Desk %ld", PagerState.start_desk+i ); ^ ~~~~~~~~~~~~~~~~~~~~~~~ Pager.c:1299:9: warning: variable 'just_created' set but not used [-Wunused-but-set-variable] Bool just_created = False ; ^~~~~~~~~~~~ Pager.c: In function 'process_message': Pager.c:2488:61: warning: passing argument 3 of 'change_desk_stacking' from incompatible pointer type [-Wincompatible-pointer-types] change_desk_stacking( body[0], body[1], &(body[2]) ); ^ Pager.c:1936:1: note: expected 'Window * {aka long unsigned int *}' but argument is of type 'send_data_type * {aka unsigned int *}' change_desk_stacking( int desk, unsigned int clients_num, Window *clients ) ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/stdio.h:597:0, from ../../libAfterStep/asapp.h:10, from Pager.c:34: Pager.c: In function 'on_scroll_viewport': Pager.c:2867:35: warning: format '%ld' expects argument of type 'long int', but argument 5 has type 'INT32 {aka int}' [-Wformat=] sprintf (command, "GotoDeskViewport %ld%+d%+d\n", d->desk, sx, sy); ^ ~~~~ In file included from ../../libAfterStep/screen.h:15:0, from Pager.c:55: Pager.c: At top level: ../../libAfterStep/mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc ); ^~~~~~~~~~~~~~~~~~~~~~ In file included from ../../libAfterStep/../include/afterbase.h:2:0, from ../../libAfterStep/asapp.h:45, from Pager.c:34: ../../libAfterStep/../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined inline void nonGNUC_debugout_stub( const char *format, ...); ^~~~~~~~~~~~~~~~~~~~~ gcc Pager.o -L/usr/pkg/lib -L/usr/X11R7/lib -Wl,-R/usr/X11R7/lib -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib -rdynamic ../../libAfterConf/libAfterConf.a ../../libAfterStep/libAfterStep.a ../../libAfterImage/libAfterImage.a ../../libAfterBase/libAfterBase.a -L/usr/X11R7/lib -lfreetype -ltiff -lX11 -L/usr/X11R7/lib -lSM -lICE -lXext -ljpeg -lpng -lz -lm -lXinerama -lX11 -L/usr/X11R7/lib -lSM -lICE -lXext -lexecinfo -o Pager gmake[1]: Leaving directory '/tmp/pkgbuild/wm/afterstep/work.sparc64/AfterStep-2.2.11/src/Pager' gmake[1]: Entering directory '/tmp/pkgbuild/wm/afterstep/work.sparc64/AfterStep-2.2.11/src/Wharf' gcc -DNO_DEBUG_OUTPUT -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -Wall -fPIC -I/usr/X11R7/include -I. -c Wharf.c Wharf.c: In function 'CheckConfigSanity': Wharf.c:407:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if( Config == NULL ) ^~ Wharf.c:410:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if( MyArgs.geometry.flags != 0 ) ^~ In file included from ../../libAfterStep/../include/afterbase.h:2:0, from ../../libAfterStep/asapp.h:45, from Wharf.c:35: Wharf.c: In function 'GetOptions': Wharf.c:524:16: warning: variable 'option_time' set but not used [-Wunused-but-set-variable] START_TIME(option_time); ^ ../../libAfterStep/../include/../libAfterBase/output.h:141:44: note: in definition of macro 'START_TIME' #define START_TIME(started) unsigned long started = 0 ^~~~~~~ Wharf.c: In function 'GetBaseOptions': Wharf.c:600:16: warning: variable 'started' set but not used [-Wunused-but-set-variable] START_TIME(started); ^ ../../libAfterStep/../include/../libAfterBase/output.h:141:44: note: in definition of macro 'START_TIME' #define START_TIME(started) unsigned long started = 0 ^~~~~~~ Wharf.c: In function 'map_wharf_folder': Wharf.c:1726:16: warning: variable 'protocols' set but not used [-Wunused-but-set-variable] ASFlagType protocols = 0; ^~~~~~~~~ Wharf.c: In function 'display_wharf_folder': Wharf.c:2131:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if( AS_ASSERT( aswf ) || ^~ Wharf.c:2135:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if( MyArgs.gravity == SouthWestGravity || MyArgs.gravity == SouthEastGravity ) ^~ Wharf.c: In function 'withdraw_wharf_folder': Wharf.c:2334:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if( !get_flags( aswf->flags, ASW_Mapped ) ) ^~ Wharf.c:2337:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' withdraw_wharf_subfolders( aswf ); ^~~~~~~~~~~~~~~~~~~~~~~~~ Wharf.c: In function 'check_swallow_window': Wharf.c:2671:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if( get_flags( aswb->flags, ASW_MaxSwallow ) || ^~ Wharf.c:2675:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if( wm_normal_hints ) ^~ In file included from Wharf.c:55:0: Wharf.c: At top level: ../../libAfterStep/session.h:51:20: warning: inline function 'get_session_override' declared but never defined inline const char *get_session_override(ASSession * session, int function ); ^~~~~~~~~~~~~~~~~~~~ In file included from ../../libAfterStep/screen.h:15:0, from Wharf.c:54: ../../libAfterStep/mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc ); ^~~~~~~~~~~~~~~~~~~~~~ In file included from ../../libAfterStep/../include/afterbase.h:2:0, from ../../libAfterStep/asapp.h:45, from Wharf.c:35: ../../libAfterStep/../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined inline void nonGNUC_debugout_stub( const char *format, ...); ^~~~~~~~~~~~~~~~~~~~~ gcc Wharf.o -L/usr/pkg/lib -L/usr/X11R7/lib -Wl,-R/usr/X11R7/lib -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib -rdynamic ../../libAfterConf/libAfterConf.a ../../libAfterStep/libAfterStep.a ../../libAfterImage/libAfterImage.a ../../libAfterBase/libAfterBase.a -L/usr/X11R7/lib -lfreetype -ltiff -lX11 -L/usr/X11R7/lib -lSM -lICE -lXext -ljpeg -lpng -lz -lm -lXinerama -lX11 -L/usr/X11R7/lib -lSM -lICE -lXext -lexecinfo -o Wharf gmake[1]: Leaving directory '/tmp/pkgbuild/wm/afterstep/work.sparc64/AfterStep-2.2.11/src/Wharf' gmake[1]: Entering directory '/tmp/pkgbuild/wm/afterstep/work.sparc64/AfterStep-2.2.11/src/WinCommand' gcc -DNO_DEBUG_OUTPUT -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -Wall -fPIC -I/usr/X11R7/include -c WinCommand.c WinCommand.c: In function 'main': WinCommand.c:308:8: warning: variable 'command' set but not used [-Wunused-but-set-variable] char *command; ^~~~~~~ In file included from ../../libAfterStep/screen.h:15:0, from ../../libAfterStep/ascommand.h:17, from WinCommand.c:26: WinCommand.c: At top level: ../../libAfterStep/mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc ); ^~~~~~~~~~~~~~~~~~~~~~ In file included from ../../libAfterStep/../include/afterbase.h:2:0, from ../../libAfterStep/asapp.h:45, from WinCommand.c:25: ../../libAfterStep/../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined inline void nonGNUC_debugout_stub( const char *format, ...); ^~~~~~~~~~~~~~~~~~~~~ gcc WinCommand.o -L/usr/pkg/lib -L/usr/X11R7/lib -Wl,-R/usr/X11R7/lib -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib -rdynamic ../../libAfterConf/libAfterConf.a ../../libAfterStep/libAfterStep.a ../../libAfterImage/libAfterImage.a ../../libAfterBase/libAfterBase.a -L/usr/X11R7/lib -lfreetype -ltiff -lX11 -L/usr/X11R7/lib -lSM -lICE -lXext -ljpeg -lpng -lz -lm -lXinerama -lX11 -L/usr/X11R7/lib -lSM -lICE -lXext -lexecinfo -o WinCommand gcc -DNO_DEBUG_OUTPUT -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -Wall -fPIC -I/usr/X11R7/include -I/usr/pkg/include/gtk-2.0 -I/usr/pkg/lib/gtk-2.0/include -I/usr/pkg/include/pango-1.0 -I/usr/pkg/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/fribidi -I/usr/pkg/include/cairo -I/usr/X11R7/include/pixman-1 -I/usr/pkg/include/libpng16 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/gio-unix-2.0 -D_REENTRANT -I/usr/pkg/include/gdk-pixbuf-2.0 -D_REENTRANT -I/usr/pkg/include/atk-1.0 -D_REENTRANT -pthread -D_REENTRANT -D_REENTRANT -c GWCommand.c In file included from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37:0, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from ../../libASGTK/asgtk.h:6, from GWCommand.c:25: /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] void gtk_type_init (GTypeDebugFlags debug_flags); ^~~~ In file included from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gobject/gobject.h:24:0, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gobject/gbinding.h:29, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/glib-object.h:22, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gio/gioenums.h:28, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gio/giotypes.h:28, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gio/gio.h:26, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from ../../libASGTK/asgtk.h:4, from GWCommand.c:25: /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gobject/gtype.h:679:1: note: declared here { ^ In file included from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31:0, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtk.h:126, from ../../libASGTK/asgtk.h:6, from GWCommand.c:25: /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] GTimeVal last_popdown; ^~~~~~~~ In file included from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/glib/galloca.h:32:0, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/glib.h:30, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gobject/gbinding.h:28, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/glib-object.h:22, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gio/gioenums.h:28, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gio/giotypes.h:28, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gio/gio.h:26, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from ../../libASGTK/asgtk.h:4, from GWCommand.c:25: /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/glib/gtypes.h:547:8: note: declared here struct _GTimeVal ^~~~~~~~~ In file included from ../../libAfterStep/screen.h:15:0, from ../../libAfterStep/module.h:4, from GWCommand.c:21: ../../libAfterStep/mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc ); ^~~~~~~~~~~~~~~~~~~~~~ In file included from ../../libAfterStep/../include/afterbase.h:2:0, from ../../libAfterStep/asapp.h:45, from GWCommand.c:20: ../../libAfterStep/../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined inline void nonGNUC_debugout_stub( const char *format, ...); ^~~~~~~~~~~~~~~~~~~~~ gcc GWCommand.o ../../libASGTK/libASGTK.a -L/usr/pkg/lib -L/usr/X11R7/lib -Wl,-R/usr/X11R7/lib -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib -rdynamic ../../libAfterConf/libAfterConf.a ../../libAfterStep/libAfterStep.a ../../libAfterImage/libAfterImage.a ../../libAfterBase/libAfterBase.a -L/usr/X11R7/lib -lfreetype -ltiff -lX11 -L/usr/X11R7/lib -lSM -lICE -lXext -ljpeg -lpng -lz -lm -lXinerama -lX11 -L/usr/X11R7/lib -lSM -lICE -lXext -lexecinfo -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -lXrender -lXi -lXrandr -lXcursor -lXcomposite -lXdamage -lXfixes -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lintl -lharfbuzz -lbz2 -Wl,-rpath,/usr/X11R7/lib -lfontconfig -L/usr/X11R7/lib -lfreetype -ltiff -lX11 -L/usr/X11R7/lib -lSM -lICE -lXext -ljpeg -lpng -lz -lm -o GWCommand gmake[1]: Leaving directory '/tmp/pkgbuild/wm/afterstep/work.sparc64/AfterStep-2.2.11/src/WinCommand' gmake[1]: Entering directory '/tmp/pkgbuild/wm/afterstep/work.sparc64/AfterStep-2.2.11/src/WinList2' gcc -DNO_DEBUG_OUTPUT -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -Wall -fPIC -I/usr/X11R7/include -c WinList.c WinList.c: In function 'DeadPipe': WinList.c:269:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if( WinListState.main_window ) ^~ WinList.c:272:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' destroy_astbar_props( &(WinListState.tbar_props) ); ^~~~~~~~~~~~~~~~~~~~ WinList.c: In function 'winlist_avoid_collision': WinList.c:849:7: warning: variable 'min_x' set but not used [-Wunused-but-set-variable] int min_x = x ; ^~~~~ WinList.c: In function 'postponed_rearrange_winlist': WinList.c:1003:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] Bool dont_resize_main_canvas = (Bool)vdata ; ^ WinList.c: In function 'rearrange_winlist_window': WinList.c:1129:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if( max_rows > Config->MaxRows ) ^~ WinList.c:1132:5: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if( max_col_width > allowed_max_width ) ^~ WinList.c: In function 'configure_tbar_props': WinList.c:1577:7: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if( !get_flags( Config->set_flags, WINLIST_VSpacing) ) ^~ WinList.c:1579:4: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if( !get_flags( Config->set_flags, WINLIST_FBevel ) ) ^~ WinList.c:1626:7: warning: this 'else' clause does not guard... [-Wmisleading-indentation] }else ^~~~ WinList.c:1629:3: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else' if( fake_label_id > -1 ) ^~ In file included from ../../libAfterStep/screen.h:15:0, from WinList.c:35: WinList.c: At top level: ../../libAfterStep/mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc ); ^~~~~~~~~~~~~~~~~~~~~~ In file included from ../../libAfterStep/../include/afterbase.h:2:0, from ../../libAfterStep/asapp.h:45, from WinList.c:27: ../../libAfterStep/../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined inline void nonGNUC_debugout_stub( const char *format, ...); ^~~~~~~~~~~~~~~~~~~~~ gcc WinList.o -L/usr/pkg/lib -L/usr/X11R7/lib -Wl,-R/usr/X11R7/lib -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib -rdynamic ../../libAfterConf/libAfterConf.a ../../libAfterStep/libAfterStep.a ../../libAfterImage/libAfterImage.a ../../libAfterBase/libAfterBase.a -L/usr/X11R7/lib -lfreetype -ltiff -lX11 -L/usr/X11R7/lib -lSM -lICE -lXext -ljpeg -lpng -lz -lm -lXinerama -lX11 -L/usr/X11R7/lib -lSM -lICE -lXext -lexecinfo -o WinList gmake[1]: Leaving directory '/tmp/pkgbuild/wm/afterstep/work.sparc64/AfterStep-2.2.11/src/WinList2' gmake[1]: Entering directory '/tmp/pkgbuild/wm/afterstep/work.sparc64/AfterStep-2.2.11/src/WinTabs' gcc -DNO_DEBUG_OUTPUT -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -Wall -fPIC -I/usr/X11R7/include -c WinTabs.c WinTabs.c: In function 'CheckConfigSanity': WinTabs.c:511:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if( Config == NULL ) ^~ WinTabs.c:514:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if( MyArgs.geometry.flags != 0 ) ^~ In file included from ../../libAfterStep/../include/afterbase.h:2:0, from ../../libAfterStep/asapp.h:45, from WinTabs.c:27: WinTabs.c: In function 'GetOptions': WinTabs.c:643:16: warning: variable 'option_time' set but not used [-Wunused-but-set-variable] START_TIME(option_time); ^ ../../libAfterStep/../include/../libAfterBase/output.h:141:44: note: in definition of macro 'START_TIME' #define START_TIME(started) unsigned long started = 0 ^~~~~~~ WinTabs.c: In function 'on_tabs_canvas_config': WinTabs.c:791:13: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if( update_astbar_transparency(tabs[i].bar, WinTabsState.tabs_canvas, True) ) ^~ WinTabs.c:793:3: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if( !rerender_tabs ) ^~ WinTabs.c: In function 'delete_tab': WinTabs.c:1419:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (tabs[index].name) ^~ WinTabs.c:1422:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (tabs[index].group && !tabs[index].group_owner) ^~ WinTabs.c: In function 'rearrange_tabs': WinTabs.c:1602:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if( tab_height == 0 || max_x <= 0 || max_y <= 0 ) ^~ WinTabs.c:1605:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if( max_width <= 0 || max_width > max_x ) ^~ WinTabs.c: In function 'select_tab': WinTabs.c:1729:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if( tabs[tab].client == WinTabsState.selected_client ) ^~ WinTabs.c:1732:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' current_selection = find_tab_for_client (WinTabsState.selected_client); ^~~~~~~~~~~~~~~~~ WinTabs.c: In function 'check_swallow_window': WinTabs.c:1970:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if( wd == NULL || !get_flags( wd->state_flags, AS_Mapped)) ^~ WinTabs.c:1973:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if( wd->client == WinTabsState.main_window ) ^~ In file included from ../../libAfterStep/screen.h:15:0, from WinTabs.c:36: WinTabs.c: At top level: ../../libAfterStep/mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc ); ^~~~~~~~~~~~~~~~~~~~~~ In file included from ../../libAfterStep/../include/afterbase.h:2:0, from ../../libAfterStep/asapp.h:45, from WinTabs.c:27: ../../libAfterStep/../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined inline void nonGNUC_debugout_stub( const char *format, ...); ^~~~~~~~~~~~~~~~~~~~~ gcc WinTabs.o -L/usr/pkg/lib -L/usr/X11R7/lib -Wl,-R/usr/X11R7/lib -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib -rdynamic ../../libAfterConf/libAfterConf.a ../../libAfterStep/libAfterStep.a ../../libAfterImage/libAfterImage.a ../../libAfterBase/libAfterBase.a -L/usr/X11R7/lib -lfreetype -ltiff -lX11 -L/usr/X11R7/lib -lSM -lICE -lXext -ljpeg -lpng -lz -lm -lXinerama -lX11 -L/usr/X11R7/lib -lSM -lICE -lXext -lexecinfo -o WinTabs gmake[1]: Leaving directory '/tmp/pkgbuild/wm/afterstep/work.sparc64/AfterStep-2.2.11/src/WinTabs' gmake[1]: Entering directory '/tmp/pkgbuild/wm/afterstep/work.sparc64/AfterStep-2.2.11/src/ascp' gcc -DNO_DEBUG_OUTPUT -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -Wall -fPIC -I/usr/X11R7/include -c ascolor.c In file included from ../../libAfterStep/../include/afterbase.h:2:0, from ../../libAfterStep/asapp.h:45, from ascolor.c:27: ascolor.c: In function 'GetBaseOptions': ascolor.c:335:16: warning: variable 'started' set but not used [-Wunused-but-set-variable] START_TIME(started); ^ ../../libAfterStep/../include/../libAfterBase/output.h:141:44: note: in definition of macro 'START_TIME' #define START_TIME(started) unsigned long started = 0 ^~~~~~~ ascolor.c: In function 'do_colorscheme': ascolor.c:601:71: warning: format '%lX' expects argument of type 'long unsigned int', but argument 3 has type 'ARGB32 {aka unsigned int}' [-Wformat=] fprintf( mini_f, " \n", ASColorState.cs->main_colors[ASMC_BaseDark], ASColorState.cs->main_colors[ASMC_BaseLight] ); ~~~~~^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ %8.8X ascolor.c:601:79: warning: format '%lX' expects argument of type 'long unsigned int', but argument 4 has type 'ARGB32 {aka unsigned int}' [-Wformat=] fprintf( mini_f, " \n", ASColorState.cs->main_colors[ASMC_BaseDark], ASColorState.cs->main_colors[ASMC_BaseLight] ); ~~~~~^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ %8.8X ascolor.c:602:81: warning: format '%lX' expects argument of type 'long unsigned int', but argument 3 has type 'ARGB32 {aka unsigned int}' [-Wformat=] fprintf( mini_f, " \n", ASColorState.cs->main_colors[ASMC_Inactive1Dark], ASColorState.cs->main_colors[ASMC_Inactive1Light] ); ~~~~~^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ %8.8X ascolor.c:602:89: warning: format '%lX' expects argument of type 'long unsigned int', but argument 4 has type 'ARGB32 {aka unsigned int}' [-Wformat=] fprintf( mini_f, " \n", ASColorState.cs->main_colors[ASMC_Inactive1Dark], ASColorState.cs->main_colors[ASMC_Inactive1Light] ); ~~~~~^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ %8.8X ascolor.c:603:81: warning: format '%lX' expects argument of type 'long unsigned int', but argument 3 has type 'ARGB32 {aka unsigned int}' [-Wformat=] fprintf( mini_f, " \n", ASColorState.cs->main_colors[ASMC_ActiveDark], ASColorState.cs->main_colors[ASMC_ActiveLight] ); ~~~~~^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ %8.8X ascolor.c:603:89: warning: format '%lX' expects argument of type 'long unsigned int', but argument 4 has type 'ARGB32 {aka unsigned int}' [-Wformat=] fprintf( mini_f, " \n", ASColorState.cs->main_colors[ASMC_ActiveDark], ASColorState.cs->main_colors[ASMC_ActiveLight] ); ~~~~~^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ %8.8X ascolor.c:604:81: warning: format '%lX' expects argument of type 'long unsigned int', but argument 3 has type 'ARGB32 {aka unsigned int}' [-Wformat=] fprintf( mini_f, " \n", ASColorState.cs->main_colors[ASMC_Inactive2Dark], ASColorState.cs->main_colors[ASMC_Inactive2Light] ); ~~~~~^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ %8.8X ascolor.c:604:89: warning: format '%lX' expects argument of type 'long unsigned int', but argument 4 has type 'ARGB32 {aka unsigned int}' [-Wformat=] fprintf( mini_f, " \n", ASColorState.cs->main_colors[ASMC_Inactive2Dark], ASColorState.cs->main_colors[ASMC_Inactive2Light] ); ~~~~~^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ %8.8X In file included from /usr/include/stdio.h:597:0, from ../../libAfterStep/asapp.h:10, from ascolor.c:27: ascolor.c:626:31: warning: format '%lX' expects argument of type 'long unsigned int', but argument 5 has type 'ARGB32 {aka unsigned int}' [-Wformat=] sprintf( &(legend_str[0]), "Base color : #%8.8lX", ASColorState.cs->main_colors[ASMC_Base] ); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ascolor.c:630:31: warning: format '%lX' expects argument of type 'long unsigned int', but argument 5 has type 'ARGB32 {aka unsigned int}' [-Wformat=] sprintf( &(legend_str[0]), "" ^ ascolor.c:638:13: ASColorState.cs->main_colors[ASMC_Base], ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ascolor.c:631:51: note: format string is defined here "Base color : #%8.8lX; " ~~~~~^ %8.8X In file included from ../../libAfterConf/afterconf.h:7:0, from ascolor.c:35: ascolor.c: At top level: ../../libAfterConf/../libAfterStep/mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc ); ^~~~~~~~~~~~~~~~~~~~~~ In file included from ../../libAfterStep/../include/afterbase.h:2:0, from ../../libAfterStep/asapp.h:45, from ascolor.c:27: ../../libAfterStep/../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined inline void nonGNUC_debugout_stub( const char *format, ...); ^~~~~~~~~~~~~~~~~~~~~ gcc ascolor.o -L/usr/pkg/lib -L/usr/X11R7/lib -Wl,-R/usr/X11R7/lib -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib -rdynamic ../../libAfterConf/libAfterConf.a ../../libAfterStep/libAfterStep.a ../../libAfterImage/libAfterImage.a ../../libAfterBase/libAfterBase.a -L/usr/X11R7/lib -lfreetype -ltiff -lX11 -L/usr/X11R7/lib -lSM -lICE -lXext -ljpeg -lpng -lz -lm -lXinerama -lX11 -L/usr/X11R7/lib -lSM -lICE -lXext -lexecinfo -o ascolor gmake[1]: Leaving directory '/tmp/pkgbuild/wm/afterstep/work.sparc64/AfterStep-2.2.11/src/ascp' gmake[1]: Entering directory '/tmp/pkgbuild/wm/afterstep/work.sparc64/AfterStep-2.2.11/src/tools/ASRun' gcc -DNO_DEBUG_OUTPUT -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -Wall -fPIC -I/usr/X11R7/include -I/usr/pkg/include/gtk-2.0 -I/usr/pkg/lib/gtk-2.0/include -I/usr/pkg/include/pango-1.0 -I/usr/pkg/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/fribidi -I/usr/pkg/include/cairo -I/usr/X11R7/include/pixman-1 -I/usr/pkg/include/libpng16 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/gio-unix-2.0 -D_REENTRANT -I/usr/pkg/include/gdk-pixbuf-2.0 -D_REENTRANT -I/usr/pkg/include/atk-1.0 -D_REENTRANT -pthread -D_REENTRANT -D_REENTRANT -c main.c In file included from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37:0, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from ../../../libASGTK/asgtk.h:6, from main.c:25: /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] void gtk_type_init (GTypeDebugFlags debug_flags); ^~~~ In file included from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gobject/gobject.h:24:0, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gobject/gbinding.h:29, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/glib-object.h:22, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gio/gioenums.h:28, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gio/giotypes.h:28, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gio/gio.h:26, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from ../../../libASGTK/asgtk.h:4, from main.c:25: /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gobject/gtype.h:679:1: note: declared here { ^ In file included from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31:0, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtk.h:126, from ../../../libASGTK/asgtk.h:6, from main.c:25: /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] GTimeVal last_popdown; ^~~~~~~~ In file included from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/glib/galloca.h:32:0, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/glib.h:30, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gobject/gbinding.h:28, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/glib-object.h:22, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gio/gioenums.h:28, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gio/giotypes.h:28, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gio/gio.h:26, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from ../../../libASGTK/asgtk.h:4, from main.c:25: /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/glib/gtypes.h:547:8: note: declared here struct _GTimeVal ^~~~~~~~~ In file included from main.c:22:0: ../../../libAfterStep/session.h:51:20: warning: inline function 'get_session_override' declared but never defined inline const char *get_session_override(ASSession * session, int function ); ^~~~~~~~~~~~~~~~~~~~ In file included from ../../../libAfterStep/screen.h:15:0, from ../../../libAfterStep/module.h:4, from main.c:21: ../../../libAfterStep/mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc ); ^~~~~~~~~~~~~~~~~~~~~~ In file included from ../../../libAfterStep/../include/afterbase.h:2:0, from ../../../libAfterStep/asapp.h:45, from main.c:20: ../../../libAfterStep/../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined inline void nonGNUC_debugout_stub( const char *format, ...); ^~~~~~~~~~~~~~~~~~~~~ gcc main.o -L/usr/pkg/lib -L/usr/X11R7/lib -Wl,-R/usr/X11R7/lib -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib -rdynamic ../../../libASGTK/libASGTK.a ../../../libAfterConf/libAfterConf.a ../../../libAfterStep/libAfterStep.a ../../../libAfterImage/libAfterImage.a ../../../libAfterBase/libAfterBase.a -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -lXrender -lXi -lXrandr -lXcursor -lXcomposite -lXdamage -lXfixes -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lintl -lharfbuzz -lbz2 -Wl,-rpath,/usr/X11R7/lib -lfontconfig -L/usr/X11R7/lib -lfreetype -ltiff -lX11 -L/usr/X11R7/lib -lSM -lICE -lXext -ljpeg -lpng -lz -lm -lXinerama -lX11 -L/usr/X11R7/lib -lSM -lICE -lXext -lexecinfo -o ASRun gmake[1]: Leaving directory '/tmp/pkgbuild/wm/afterstep/work.sparc64/AfterStep-2.2.11/src/tools/ASRun' gmake[1]: Entering directory '/tmp/pkgbuild/wm/afterstep/work.sparc64/AfterStep-2.2.11/src/tools/ASFileBrowser' gcc -DNO_DEBUG_OUTPUT -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -Wall -fPIC -I/usr/X11R7/include -I/usr/pkg/include/gtk-2.0 -I/usr/pkg/lib/gtk-2.0/include -I/usr/pkg/include/pango-1.0 -I/usr/pkg/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/fribidi -I/usr/pkg/include/cairo -I/usr/X11R7/include/pixman-1 -I/usr/pkg/include/libpng16 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/gio-unix-2.0 -D_REENTRANT -I/usr/pkg/include/gdk-pixbuf-2.0 -D_REENTRANT -I/usr/pkg/include/atk-1.0 -D_REENTRANT -pthread -D_REENTRANT -D_REENTRANT -c interface.c In file included from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37:0, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from ../../../libASGTK/asgtk.h:6, from interface.c:28: /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] void gtk_type_init (GTypeDebugFlags debug_flags); ^~~~ In file included from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gobject/gobject.h:24:0, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gobject/gbinding.h:29, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/glib-object.h:22, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gio/gioenums.h:28, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gio/giotypes.h:28, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gio/gio.h:26, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from ../../../libASGTK/asgtk.h:4, from interface.c:28: /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gobject/gtype.h:679:1: note: declared here { ^ In file included from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31:0, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtk.h:126, from ../../../libASGTK/asgtk.h:6, from interface.c:28: /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] GTimeVal last_popdown; ^~~~~~~~ In file included from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/glib/galloca.h:32:0, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/glib.h:30, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gobject/gbinding.h:28, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/glib-object.h:22, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gio/gioenums.h:28, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gio/giotypes.h:28, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gio/gio.h:26, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from ../../../libASGTK/asgtk.h:4, from interface.c:28: /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/glib/gtypes.h:547:8: note: declared here struct _GTimeVal ^~~~~~~~~ In file included from interface.c:27:0: ../../../libAfterStep/session.h:51:20: warning: inline function 'get_session_override' declared but never defined inline const char *get_session_override(ASSession * session, int function ); ^~~~~~~~~~~~~~~~~~~~ In file included from ../../../libAfterStep/screen.h:15:0, from interface.c:24: ../../../libAfterStep/mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc ); ^~~~~~~~~~~~~~~~~~~~~~ In file included from ../../../libAfterStep/../include/afterbase.h:2:0, from ../../../libAfterStep/asapp.h:45, from interface.c:22: ../../../libAfterStep/../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined inline void nonGNUC_debugout_stub( const char *format, ...); ^~~~~~~~~~~~~~~~~~~~~ interface.c:468:1: warning: 'send_refresh_signal' defined but not used [-Wunused-function] send_refresh_signal(void) ^~~~~~~~~~~~~~~~~~~ gcc -DNO_DEBUG_OUTPUT -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -Wall -fPIC -I/usr/X11R7/include -I/usr/pkg/include/gtk-2.0 -I/usr/pkg/lib/gtk-2.0/include -I/usr/pkg/include/pango-1.0 -I/usr/pkg/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/fribidi -I/usr/pkg/include/cairo -I/usr/X11R7/include/pixman-1 -I/usr/pkg/include/libpng16 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/gio-unix-2.0 -D_REENTRANT -I/usr/pkg/include/gdk-pixbuf-2.0 -D_REENTRANT -I/usr/pkg/include/atk-1.0 -D_REENTRANT -pthread -D_REENTRANT -D_REENTRANT -c main.c In file included from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37:0, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from ../../../libASGTK/asgtk.h:6, from main.c:23: /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] void gtk_type_init (GTypeDebugFlags debug_flags); ^~~~ In file included from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gobject/gobject.h:24:0, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gobject/gbinding.h:29, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/glib-object.h:22, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gio/gioenums.h:28, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gio/giotypes.h:28, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gio/gio.h:26, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from ../../../libASGTK/asgtk.h:4, from main.c:23: /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gobject/gtype.h:679:1: note: declared here { ^ In file included from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31:0, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtk.h:126, from ../../../libASGTK/asgtk.h:6, from main.c:23: /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] GTimeVal last_popdown; ^~~~~~~~ In file included from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/glib/galloca.h:32:0, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/glib.h:30, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gobject/gbinding.h:28, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/glib-object.h:22, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gio/gioenums.h:28, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gio/giotypes.h:28, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gio/gio.h:26, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from ../../../libASGTK/asgtk.h:4, from main.c:23: /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/glib/gtypes.h:547:8: note: declared here struct _GTimeVal ^~~~~~~~~ In file included from ../../../libAfterStep/screen.h:15:0, from ../../../libAfterStep/module.h:4, from main.c:21: ../../../libAfterStep/mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc ); ^~~~~~~~~~~~~~~~~~~~~~ In file included from ../../../libAfterStep/../include/afterbase.h:2:0, from ../../../libAfterStep/asapp.h:45, from main.c:20: ../../../libAfterStep/../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined inline void nonGNUC_debugout_stub( const char *format, ...); ^~~~~~~~~~~~~~~~~~~~~ gcc interface.o main.o -L/usr/pkg/lib -L/usr/X11R7/lib -Wl,-R/usr/X11R7/lib -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib -rdynamic ../../../libASGTK/libASGTK.a ../../../libAfterConf/libAfterConf.a ../../../libAfterStep/libAfterStep.a ../../../libAfterImage/libAfterImage.a ../../../libAfterBase/libAfterBase.a -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -lXrender -lXi -lXrandr -lXcursor -lXcomposite -lXdamage -lXfixes -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lintl -lharfbuzz -lbz2 -Wl,-rpath,/usr/X11R7/lib -lfontconfig -L/usr/X11R7/lib -lfreetype -ltiff -lX11 -L/usr/X11R7/lib -lSM -lICE -lXext -ljpeg -lpng -lz -lm -lXinerama -lX11 -L/usr/X11R7/lib -lSM -lICE -lXext -lexecinfo -o ASFileBrowser gmake[1]: Leaving directory '/tmp/pkgbuild/wm/afterstep/work.sparc64/AfterStep-2.2.11/src/tools/ASFileBrowser' gmake[1]: Entering directory '/tmp/pkgbuild/wm/afterstep/work.sparc64/AfterStep-2.2.11/src/tools/ASWallpaper' gcc -DNO_DEBUG_OUTPUT -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -Wall -fPIC -I/usr/X11R7/include -I/usr/pkg/include/gtk-2.0 -I/usr/pkg/lib/gtk-2.0/include -I/usr/pkg/include/pango-1.0 -I/usr/pkg/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/fribidi -I/usr/pkg/include/cairo -I/usr/X11R7/include/pixman-1 -I/usr/pkg/include/libpng16 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/gio-unix-2.0 -D_REENTRANT -I/usr/pkg/include/gdk-pixbuf-2.0 -D_REENTRANT -I/usr/pkg/include/atk-1.0 -D_REENTRANT -pthread -D_REENTRANT -D_REENTRANT -c interface.c In file included from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37:0, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from ../../../libASGTK/asgtk.h:6, from interface.c:28: /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] void gtk_type_init (GTypeDebugFlags debug_flags); ^~~~ In file included from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gobject/gobject.h:24:0, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gobject/gbinding.h:29, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/glib-object.h:22, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gio/gioenums.h:28, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gio/giotypes.h:28, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gio/gio.h:26, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from ../../../libASGTK/asgtk.h:4, from interface.c:28: /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gobject/gtype.h:679:1: note: declared here { ^ In file included from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31:0, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtk.h:126, from ../../../libASGTK/asgtk.h:6, from interface.c:28: /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] GTimeVal last_popdown; ^~~~~~~~ In file included from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/glib/galloca.h:32:0, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/glib.h:30, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gobject/gbinding.h:28, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/glib-object.h:22, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gio/gioenums.h:28, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gio/giotypes.h:28, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gio/gio.h:26, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from ../../../libASGTK/asgtk.h:4, from interface.c:28: /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/glib/gtypes.h:547:8: note: declared here struct _GTimeVal ^~~~~~~~~ interface.c: In function 'on_browse_clicked': interface.c:551:27: warning: variable 'apply_button' set but not used [-Wunused-but-set-variable] GtkWidget *add_button, *apply_button ; ^~~~~~~~~~~~ interface.c:551:14: warning: variable 'add_button' set but not used [-Wunused-but-set-variable] GtkWidget *add_button, *apply_button ; ^~~~~~~~~~ In file included from ../../../libAfterStep/screen.h:15:0, from interface.c:25: interface.c: At top level: ../../../libAfterStep/mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc ); ^~~~~~~~~~~~~~~~~~~~~~ In file included from ../../../libAfterStep/../include/afterbase.h:2:0, from ../../../libAfterStep/asapp.h:45, from interface.c:23: ../../../libAfterStep/../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined inline void nonGNUC_debugout_stub( const char *format, ...); ^~~~~~~~~~~~~~~~~~~~~ gcc -DNO_DEBUG_OUTPUT -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -Wall -fPIC -I/usr/X11R7/include -I/usr/pkg/include/gtk-2.0 -I/usr/pkg/lib/gtk-2.0/include -I/usr/pkg/include/pango-1.0 -I/usr/pkg/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/fribidi -I/usr/pkg/include/cairo -I/usr/X11R7/include/pixman-1 -I/usr/pkg/include/libpng16 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/gio-unix-2.0 -D_REENTRANT -I/usr/pkg/include/gdk-pixbuf-2.0 -D_REENTRANT -I/usr/pkg/include/atk-1.0 -D_REENTRANT -pthread -D_REENTRANT -D_REENTRANT -c main.c In file included from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37:0, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from ../../../libASGTK/asgtk.h:6, from main.c:24: /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] void gtk_type_init (GTypeDebugFlags debug_flags); ^~~~ In file included from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gobject/gobject.h:24:0, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gobject/gbinding.h:29, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/glib-object.h:22, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gio/gioenums.h:28, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gio/giotypes.h:28, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gio/gio.h:26, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from ../../../libASGTK/asgtk.h:4, from main.c:24: /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gobject/gtype.h:679:1: note: declared here { ^ In file included from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31:0, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtk.h:126, from ../../../libASGTK/asgtk.h:6, from main.c:24: /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] GTimeVal last_popdown; ^~~~~~~~ In file included from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/glib/galloca.h:32:0, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/glib.h:30, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gobject/gbinding.h:28, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/glib-object.h:22, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gio/gioenums.h:28, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gio/giotypes.h:28, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/gio/gio.h:26, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from ../../../libASGTK/asgtk.h:4, from main.c:24: /tmp/pkgbuild/wm/afterstep/work.sparc64/.buildlink/include/glib-2.0/glib/gtypes.h:547:8: note: declared here struct _GTimeVal ^~~~~~~~~ In file included from ../../../libAfterStep/screen.h:15:0, from ../../../libAfterStep/module.h:4, from main.c:22: ../../../libAfterStep/mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc ); ^~~~~~~~~~~~~~~~~~~~~~ In file included from ../../../libAfterStep/../include/afterbase.h:2:0, from ../../../libAfterStep/asapp.h:45, from main.c:21: ../../../libAfterStep/../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined inline void nonGNUC_debugout_stub( const char *format, ...); ^~~~~~~~~~~~~~~~~~~~~ gcc interface.o main.o -L/usr/pkg/lib -L/usr/X11R7/lib -Wl,-R/usr/X11R7/lib -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib -rdynamic ../../../libASGTK/libASGTK.a ../../../libAfterConf/libAfterConf.a ../../../libAfterStep/libAfterStep.a ../../../libAfterImage/libAfterImage.a ../../../libAfterBase/libAfterBase.a -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -lXrender -lXi -lXrandr -lXcursor -lXcomposite -lXdamage -lXfixes -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lintl -lharfbuzz -lbz2 -Wl,-rpath,/usr/X11R7/lib -lfontconfig -L/usr/X11R7/lib -lfreetype -ltiff -lX11 -L/usr/X11R7/lib -lSM -lICE -lXext -ljpeg -lpng -lz -lm -lXinerama -lX11 -L/usr/X11R7/lib -lSM -lICE -lXext -lexecinfo -o ASWallpaper gmake[1]: Leaving directory '/tmp/pkgbuild/wm/afterstep/work.sparc64/AfterStep-2.2.11/src/tools/ASWallpaper' gmake[1]: Entering directory '/tmp/pkgbuild/wm/afterstep/work.sparc64/AfterStep-2.2.11/afterstep' gmake[1]: Nothing to be done for 'all'. gmake[1]: Leaving directory '/tmp/pkgbuild/wm/afterstep/work.sparc64/AfterStep-2.2.11/afterstep' gmake[1]: Entering directory '/tmp/pkgbuild/wm/afterstep/work.sparc64/AfterStep-2.2.11/src/ASDocGen' gcc -DNO_DEBUG_OUTPUT -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -Wall -fPIC -I/usr/X11R7/include -c ASDocGen.c ASDocGen.c: In function 'main': ASDocGen.c:304:83: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] add_hash_item( DocBookVocabulary, AS_HASHABLE(SupportedDocBookTagInfo[i].tag), (void*)(SupportedDocBookTagInfo[i].tag_id)); ^ In file included from ../../libAfterStep/screen.h:15:0, from ASDocGen.c:25: ASDocGen.c: At top level: ../../libAfterStep/mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc ); ^~~~~~~~~~~~~~~~~~~~~~ In file included from ../../libAfterStep/../include/afterbase.h:2:0, from ../../libAfterStep/asapp.h:45, from ASDocGen.c:23: ../../libAfterStep/../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined inline void nonGNUC_debugout_stub( const char *format, ...); ^~~~~~~~~~~~~~~~~~~~~ gcc -DNO_DEBUG_OUTPUT -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -Wall -fPIC -I/usr/X11R7/include -c datadoc.c In file included from ../../libAfterStep/screen.h:15:0, from datadoc.c:27: ../../libAfterStep/mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc ); ^~~~~~~~~~~~~~~~~~~~~~ In file included from ../../libAfterStep/../include/afterbase.h:2:0, from ../../libAfterStep/asapp.h:45, from datadoc.c:25: ../../libAfterStep/../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined inline void nonGNUC_debugout_stub( const char *format, ...); ^~~~~~~~~~~~~~~~~~~~~ gcc -DNO_DEBUG_OUTPUT -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -Wall -fPIC -I/usr/X11R7/include -c docfile.c In file included from ../../libAfterConf/afterconf.h:7:0, from docfile.c:26: ../../libAfterConf/../libAfterStep/mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc ); ^~~~~~~~~~~~~~~~~~~~~~ In file included from ../../libAfterStep/../include/afterbase.h:2:0, from ../../libAfterStep/asapp.h:45, from docfile.c:23: ../../libAfterStep/../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined inline void nonGNUC_debugout_stub( const char *format, ...); ^~~~~~~~~~~~~~~~~~~~~ gcc -DNO_DEBUG_OUTPUT -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -Wall -fPIC -I/usr/X11R7/include -c robodoc.c In file included from ../../libAfterStep/screen.h:15:0, from robodoc.c:25: ../../libAfterStep/mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc ); ^~~~~~~~~~~~~~~~~~~~~~ In file included from ../../libAfterStep/../include/afterbase.h:2:0, from ../../libAfterStep/asapp.h:45, from robodoc.c:23: ../../libAfterStep/../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined inline void nonGNUC_debugout_stub( const char *format, ...); ^~~~~~~~~~~~~~~~~~~~~ gcc -DNO_DEBUG_OUTPUT -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -Wall -fPIC -I/usr/X11R7/include -c xmlproc.c In file included from ../../libAfterConf/afterconf.h:7:0, from xmlproc.c:26: ../../libAfterConf/../libAfterStep/mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc ); ^~~~~~~~~~~~~~~~~~~~~~ In file included from ../../libAfterStep/../include/afterbase.h:2:0, from ../../libAfterStep/asapp.h:45, from xmlproc.c:23: ../../libAfterStep/../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined inline void nonGNUC_debugout_stub( const char *format, ...); ^~~~~~~~~~~~~~~~~~~~~ gcc ASDocGen.o datadoc.o docfile.o robodoc.o xmlproc.o -L/usr/pkg/lib -L/usr/X11R7/lib -Wl,-R/usr/X11R7/lib -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib -rdynamic ../../libAfterConf/libAfterConf.a ../../libAfterStep/libAfterStep.a ../../libAfterImage/libAfterImage.a ../../libAfterBase/libAfterBase.a -L/usr/X11R7/lib -lfreetype -ltiff -lX11 -L/usr/X11R7/lib -lSM -lICE -lXext -ljpeg -lpng -lz -lm -lXinerama -lX11 -L/usr/X11R7/lib -lSM -lICE -lXext -lexecinfo -o ASDocGen Generating man pages ...Done Generating HTML docs ...Done Extracting Visualselect HTML ...Done All Done gmake[1]: Leaving directory '/tmp/pkgbuild/wm/afterstep/work.sparc64/AfterStep-2.2.11/src/ASDocGen' gmake[1]: Entering directory '/tmp/pkgbuild/wm/afterstep/work.sparc64/AfterStep-2.2.11/doc' gmake[1]: Nothing to be done for 'all'. gmake[1]: Leaving directory '/tmp/pkgbuild/wm/afterstep/work.sparc64/AfterStep-2.2.11/doc' gmake[1]: Entering directory '/tmp/pkgbuild/wm/afterstep/work.sparc64/AfterStep-2.2.11/tools' gmake[1]: Nothing to be done for 'all'. gmake[1]: Leaving directory '/tmp/pkgbuild/wm/afterstep/work.sparc64/AfterStep-2.2.11/tools'