Changeset 19302 for trunk/Mars/mmain


Ignore:
Timestamp:
10/24/18 22:25:16 (6 years ago)
Author:
tbretz
Message:
Fixed a compiler warning in a root header - nothing we can do about it.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/mmain/MBrowser.cc

    r7169 r19302  
    4040#include <TGFSComboBox.h>   // TGFSComboBox, TGFSLboxEntry
    4141#include <TGProgressBar.h>  // TGHProgressBar
     42
     43#pragma GCC diagnostic push
     44#pragma GCC diagnostic ignored "-Wcast-align"
    4245#include <TGFSContainer.h>  // TGFileContainer
     46#pragma GCC diagnostic pop
    4347
    4448#include "MGList.h"
Note: See TracChangeset for help on using the changeset viewer.