Changeset 19289 for trunk/Mars/msql


Ignore:
Timestamp:
10/24/18 19:52:49 (6 years ago)
Author:
tbretz
Message:
Suppress some -Wcast-align warning from some root header (we can not influence that anyhow)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/msql/MBufferSQL.h

    r15439 r19289  
    2222
    2323#ifndef ROOT_TBufferFile
     24#pragma GCC diagnostic push
     25#pragma GCC diagnostic ignored "-Wcast-align"
    2426#include "TBufferFile.h"
     27#pragma GCC diagnostic pop
    2528#endif
    2629#ifndef ROOT_TString
Note: See TracChangeset for help on using the changeset viewer.