Skip to content

Commit c13cb3d

Browse files
committed
coverage: Remove unused printf args.
Signed-off-by: Jeff Epler <jepler@gmail.com>
1 parent b23576d commit c13cb3d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ports/unix/coverage.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -212,9 +212,9 @@ static mp_obj_t extra_coverage(void) {
212212
mp_printf(&mp_plat_print, "%llu\n", ULLONG_MAX); // unsigned long long
213213
} else {
214214
// fake for platforms without narrower mp_int_t
215-
mp_printf(&mp_plat_print, "7fffffffffffffff\n", LLONG_MAX);
216-
mp_printf(&mp_plat_print, "7FFFFFFFFFFFFFFF\n", LLONG_MAX);
217-
mp_printf(&mp_plat_print, "18446744073709551615\n", ULLONG_MAX);
215+
mp_printf(&mp_plat_print, "7fffffffffffffff\n");
216+
mp_printf(&mp_plat_print, "7FFFFFFFFFFFFFFF\n");
217+
mp_printf(&mp_plat_print, "18446744073709551615\n");
218218
}
219219
mp_printf(&mp_plat_print, "%p\n", (void *)0x789f); // pointer
220220
mp_printf(&mp_plat_print, "%P\n", (void *)0x789f); // pointer uppercase

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy