Package Details: selectwm 0.4.1-3

Git Clone URL: https://aur.archlinux.org/selectwm.git (read-only, click to copy)
Package Base: selectwm
Description: A window manager selector tool
Upstream URL: http://ordiluc.net/selectwm/
Licenses: GPL
Submitter: Allan
Maintainer: bidulock
Last Packager: bidulock
Votes: 3
Popularity: 0.000000
First Submitted: 2008-12-28 13:12 (UTC)
Last Updated: 2015-06-10 10:31 (UTC)

Latest Comments

micwoj92 commented on 2022-07-27 18:11 (UTC)

Build fails

miscui.c: In function ‘messagebox’:
miscui.c:34:9: error: format not a string literal and no format arguments [-Werror=format-security]
   34 |         dialog = gtk_message_dialog_new ( NULL , GTK_DIALOG_MODAL, type, GTK_BUTTONS_CLOSE, msg);
      |         ^~~~~~
miscui.c: In function ‘askbox’:
miscui.c:45:9: error: format not a string literal and no format arguments [-Werror=format-security]
   45 |         dialog = gtk_message_dialog_new ( NULL , GTK_DIALOG_MODAL, GTK_MESSAGE_QUESTION, GTK_BUTTONS_YES_NO, msg);
      |         ^~~~~~
cc1: some warnings being treated as errors