pointer not aligned

Mogaki via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Sat Apr 8 01:03:41 PDT 2017


On Sunday, 2 April 2017 at 19:00:30 UTC, Jon Degenhardt wrote:
> On Friday, 31 March 2017 at 04:41:10 UTC, Joel wrote:
>> Linking...
>> ld: warning: pointer not aligned at address 0x10017A4C9 
>> (_D30TypeInfo_AxS3std4file8DirEntry6__initZ + 16 from 
>> .dub/build/application-debug-posix.osx-x86_64-dmd_2072-EFDCDF4D45F944F7A9B1AEA5C32F81ED/spellit.o)
>> ...
>>
>> and this goes on forever!
>
> Issue: https://issues.dlang.org/show_bug.cgi?id=17289

Add -L-w to DFLAGS in dmd.conf to suppress all warning messages 
of 'ld'


More information about the Digitalmars-d-learn mailing list