mirror of
https://github.com/curl/curl.git
synced 2026-08-24 19:03:40 +03:00
easyoptions: fix icc warning
easyoptions.c(360): error #188: enumerated type mixed with another type Ref: #9156 Reported-by: Matthew Thompson Closes #9176
This commit is contained in:
parent
b9b6148c45
commit
dfe5a3023b
2 changed files with 2 additions and 2 deletions
|
|
@ -103,7 +103,7 @@ for my $name (sort @names) {
|
|||
}
|
||||
|
||||
print <<FOOT
|
||||
{NULL, CURLOPT_LASTENTRY, 0, 0} /* end of table */
|
||||
{NULL, CURLOPT_LASTENTRY, CURLOT_LONG, 0} /* end of table */
|
||||
};
|
||||
|
||||
#ifdef DEBUGBUILD
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue