mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Merge branch 'PHP-8.0'
* PHP-8.0: Remove unnecessary cast in snmp_set_oid_output_format
This commit is contained in:
commit
e591cc7575
1 changed files with 1 additions and 1 deletions
|
@ -1358,7 +1358,7 @@ PHP_FUNCTION(snmp_set_oid_output_format)
|
||||||
RETURN_THROWS();
|
RETURN_THROWS();
|
||||||
}
|
}
|
||||||
|
|
||||||
switch((int) a1) {
|
switch (a1) {
|
||||||
case NETSNMP_OID_OUTPUT_SUFFIX:
|
case NETSNMP_OID_OUTPUT_SUFFIX:
|
||||||
case NETSNMP_OID_OUTPUT_MODULE:
|
case NETSNMP_OID_OUTPUT_MODULE:
|
||||||
case NETSNMP_OID_OUTPUT_FULL:
|
case NETSNMP_OID_OUTPUT_FULL:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue