From: zdohnal Date: Wed, 29 Nov 2023 14:07:18 +0000 (+0100) Subject: scheduler: Fix build failure on Linux with '-Werror -Wall' X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=97d269c22c6103bb600dbe9944dc28f19c90d19e;p=thirdparty%2Fcups.git scheduler: Fix build failure on Linux with '-Werror -Wall' The string which we add into array stays const after fixing #814 (because strdup(), which caused memory leak returned char *) and compiler fails because of it if it runs with '-Werror -Wall'. --- 97d269c22c6103bb600dbe9944dc28f19c90d19e