The PE section '.idata$2' holds import table descriptors array. The section should be aligned on a 4 bytes boundary, the warning seem to advice that the import library arguably align the section on 1 byte boundary (the linker realigned the section on 1 byte boundary).
Not sure if this really lead to an access problem in the OS image loader, we have also consider that even if aligned on 1 byte boundary, maybe the first location, when loaded in memory, will be on a 4 bytes aligned address anyway by coincidence.
What exactly is the meaning of the warning isn't documented, or I haven't found it, and it would be fine if Pelle would explain the issue.
Anyway what isn't clear is: "Does the compiled code works?". If yes you can assume that there is no problem going on.