Unverified Commit 383e5582 authored by Mouse's avatar Mouse Committed by GitHub

Update RELATIVE-OID_rfill.c

Address compiler warning
parent 9100393b
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
* Generate values from the list of interesting values, or just a random value. * Generate values from the list of interesting values, or just a random value.
*/ */
static asn_oid_arc_t static asn_oid_arc_t
RELATIVE_OID__biased_random_arc() { RELATIVE_OID__biased_random_arc(void) {
static const uint16_t values[] = {0, 1, 127, 128, 129, 254, 255, 256}; static const uint16_t values[] = {0, 1, 127, 128, 129, 254, 255, 256};
switch(asn_random_between(0, 2)) { switch(asn_random_between(0, 2)) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment