X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Fwget.h;h=6a0756b0acdda251c883b57e009cc2ff2ba7810e;hp=d598cccb7578aa118c0e267ab9a11960e746838a;hb=2447fb9a9b85083c1e6fa54d0a18bdf3962fab1f;hpb=40fc711db6ebc891e41f15d2052847432e991a21 diff --git a/src/wget.h b/src/wget.h index d598cccb..6a0756b0 100644 --- a/src/wget.h +++ b/src/wget.h @@ -247,7 +247,7 @@ typedef double SUM_SIZE_INT; using printf ("%0*lx", PTR_FORMAT (p)). (%p is too unpredictable; some implementations prepend 0x, while some don't, and most don't 0-pad the address.) */ -#define PTR_FORMAT(p) 2 * sizeof (void *), (unsigned long) (p) +#define PTR_FORMAT(p) (int) (2 * sizeof (void *)), (unsigned long) (p) extern const char *exec_name;