mailing list of musl libc
 help / color / mirror / code / Atom feed
* printf warning with uintmax_t
@ 2013-02-08 22:10 Jens Gustedt
  2013-02-08 22:14 ` Rich Felker
  0 siblings, 1 reply; 5+ messages in thread
From: Jens Gustedt @ 2013-02-08 22:10 UTC (permalink / raw)
  To: musl

[-- Attachment #1: Type: text/plain, Size: 583 bytes --]

Hi again,
with musl-gcc the following test program produces a bogus warning
concerning uintmax_t on my machine (ubuntu amd64)

Jens

#include <stdio.h>
#include <stdint.h>

void toto(void) {
  uintmax_t val = 42;
  printf("%jX\n", val);
}

-- 
:: INRIA Nancy Grand Est :: http://www.loria.fr/~gustedt/   ::
:: AlGorille ::::::::::::::: office Nancy : +33 383593090   ::
:: ICube :::::::::::::: office Strasbourg : +33 368854536   ::
:: ::::::::::::::::::::::::::: gsm France : +33 651400183   ::
:: :::::::::::::::::::: gsm international : +49 15737185122 ::



[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2013-02-09 13:24 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-02-08 22:10 printf warning with uintmax_t Jens Gustedt
2013-02-08 22:14 ` Rich Felker
2013-02-09  8:35   ` Jens Gustedt
2013-02-09 12:03     ` Szabolcs Nagy
2013-02-09 13:24       ` Rich Felker

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).