[PATCH] fix compile error with clang

2018-12-20 Thread Dave Murphy
Cross compiling for macOS using osxcross gives errors of the form "error: default initialization of an object of ... without a user-provided default constructor" Fixed by attached patch, tested compile with mingw-w64, osxcross and linux native builds. 2018-12-20 Dave Murphy *

Re: [PATCH] fix compile error with clang

2018-12-20 Thread Dave Murphy
Sorry, fatfingered the address for this patch. Thanks to everyone who let me know off list, it's been sent to the right list now. :) Dave On Thu, Dec 20, 2018 at 4:43 PM Dave Murphy wrote: > > Cross compiling for macOS using osxcross gives errors of the form > "error: defaul