Skip to content

Commit

Permalink
travis: switch to -std=gnu++03 because log4cpp requires GNU extension…
Browse files Browse the repository at this point in the history
… va_copy
  • Loading branch information
meyerj committed Jul 25, 2019
1 parent 5373788 commit c063279
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ matrix:
include:
- os: linux
dist: xenial
env: COMPILER=gcc CXXFLAGS="-std=c++03 -Wall -Wextra -Wno-unused-parameter"
env: COMPILER=gcc CXXFLAGS="-std=gnu++03 -Wall -Wextra -Wno-unused-parameter"
- os: linux
dist: xenial
env: COMPILER=gcc CXXFLAGS="-std=c++11 -Wall -Wextra -Wno-unused-parameter"
Expand Down

0 comments on commit c063279

Please sign in to comment.