Changes between Initial Version and Version 1 of Ticket #915, comment 3


Ignore:
Timestamp:
Oct 13, 2017, 9:35:48 PM (7 years ago)
Author:
Christian Franke

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #915, comment 3

    initial v1  
    55To avoid regressions due to unnecessary code changes and avoid complaints about the warnings, I would suggest to add this to `atacmds.cpp` for release 6.6:
    66{{{
    7 #ifdef __clang_major__ >= 4
     7#if __clang_major__ >= 4
    88#pragma clang diagnostic ignored "-Waddress-of-packed-member"
    99#endif