Changes between Initial Version and Version 1 of Ticket #915, comment 3
- Timestamp:
- Oct 13, 2017, 9:35:48 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #915, comment 3
initial v1 5 5 To 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: 6 6 {{{ 7 #if def__clang_major__ >= 47 #if __clang_major__ >= 4 8 8 #pragma clang diagnostic ignored "-Waddress-of-packed-member" 9 9 #endif