Changeset 19210 for trunk/FACT++


Ignore:
Timestamp:
09/07/18 10:16:43 (6 years ago)
Author:
tbretz
Message:
Added -Wno-unknown-pragmas
Location:
trunk/FACT++
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/Makefile.am

    r18993 r19210  
    1717AM_CXXFLAGS = $(ROOTCXXFLAGS) \
    1818   -Wall -Winit-self -Wpointer-arith -Wcast-align -Wextra -Wformat=2 \
    19    -Woverloaded-virtual -Wnon-virtual-dtor -Wshadow
     19   -Woverloaded-virtual -Wnon-virtual-dtor -Wshadow -Wno-unknown-pragmas
    2020
    2121# -no-undefined
  • trunk/FACT++/Makefile.in

    r19061 r19210  
    10351035AM_CXXFLAGS = $(ROOTCXXFLAGS) \
    10361036   -Wall -Winit-self -Wpointer-arith -Wcast-align -Wextra -Wformat=2 \
    1037    -Woverloaded-virtual -Wnon-virtual-dtor -Wshadow
     1037   -Woverloaded-virtual -Wnon-virtual-dtor -Wshadow -Wno-unknown-pragmas
    10381038
    10391039
Note: See TracChangeset for help on using the changeset viewer.