Skip to content

Commit

Permalink
xssp: Ignore warnings from boost headers on 10.4
Browse files Browse the repository at this point in the history
  • Loading branch information
outpaddling committed Jul 31, 2018
1 parent b292340 commit 53a1662
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion xssp/Makefile
Expand Up @@ -18,7 +18,8 @@ GNU_CONFIGURE= yes
USE_GITHUB= yes
GH_ACCOUNT= cmbi

CXXFLAGS+= -Wno-unused-const-variable
# unknown-pragmas for boost header on 10.4
CXXFLAGS+= -Wno-unused-const-variable -Wno-unknown-pragmas
LDFLAGS+= -L${PREFIX}/lib

post-patch:
Expand Down

0 comments on commit 53a1662

Please sign in to comment.