add-ons/print: Disable probably-bogus warnings on GCC 7.

This commit is contained in:
Augustin Cavalier 2018-05-21 20:51:23 -04:00
parent 7f167d4f4a
commit c5a6b06396
2 changed files with 8 additions and 4 deletions

View File

@ -6,7 +6,9 @@ SubDirHdrs [ FDirName $(HAIKU_TOP) src add-ons print transports shared ] ;
UsePrivateHeaders shared print ;
Addon IPP :
SubDirC++Flags -Wno-format-overflow ;
Addon IPP :
Ipp.cpp
IppSetupDlg.cpp
IppTransport.cpp

View File

@ -5,6 +5,8 @@ SetSubDirSupportedPlatformsBeOSCompatible ;
SubDirHdrs [ FDirName $(HAIKU_TOP) headers libs print libprint ] ;
SubDirHdrs [ FDirName $(HAIKU_TOP) src add-ons print transports shared ] ;
SubDirC++Flags -Wno-format-overflow ;
Addon LPR :
Lpr.cpp
LprSetupDlg.cpp
@ -14,10 +16,10 @@ Addon LPR :
Socket.o
SocketStream.o
DbgMsg.o
:
be
:
be
libprint.a
$(TARGET_NETWORK_LIBS)
$(TARGET_NETWORK_LIBS)
[ TargetLibstdc++ ]
;