summaryrefslogtreecommitdiff
path: root/cgi-bin/admin.c
diff options
context:
space:
mode:
Diffstat (limited to 'cgi-bin/admin.c')
-rw-r--r--cgi-bin/admin.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/cgi-bin/admin.c b/cgi-bin/admin.c
index 06199a96b..f0d01598d 100644
--- a/cgi-bin/admin.c
+++ b/cgi-bin/admin.c
@@ -3414,6 +3414,9 @@ do_set_options(http_t *http, /* I - HTTP connection */
switch (cparam->type)
{
+ case PPD_CUSTOM_UNKNOWN :
+ break;
+
case PPD_CUSTOM_POINTS :
if (!_cups_strncasecmp(option->defchoice, "Custom.", 7))
{
@@ -4013,6 +4016,9 @@ get_option_value(
switch (cparam->type)
{
+ case PPD_CUSTOM_UNKNOWN :
+ break;
+
case PPD_CUSTOM_CURVE :
case PPD_CUSTOM_INVCURVE :
case PPD_CUSTOM_REAL :
@@ -4091,6 +4097,9 @@ get_option_value(
switch (cparam->type)
{
+ case PPD_CUSTOM_UNKNOWN :
+ break;
+
case PPD_CUSTOM_CURVE :
case PPD_CUSTOM_INVCURVE :
case PPD_CUSTOM_REAL :