Michael Haubenwallner
Michael Haubenwallner
Having a process id and user id in the 'Received' mail header is of little use. Better use "with <package name and version>" instead. Note that the 'Received' header often...
Trivial fix for this warning seen with gcc-8.2: ``` itoa.cc: In function 'const char* itoa(long int, int)': itoa.cc:18:32: warning: array subscript -1 is below array bounds of 'char [64]' [-Warray-bounds]...
X-Gentoo-Bug: 155161 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=155161
When compiling for 64bit Windows, size_t and unsigned int are of different size, leading cl.exe to warning C4267: conversion from 'size_t' to 'unsigned int', possible loss of data #34 contains...