Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
add -Werror=declaration-after-statement
  • Loading branch information
bggd committed Feb 24, 2014
1 parent 3ff4af9 commit 7c716de
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions travis_config.rb
Expand Up @@ -4,6 +4,7 @@

# include all core GEMs
conf.gembox 'full-core'
conf.cc.flags += %w(-Werror=declaration-after-statement)
conf.cc.defines += %w(MRB_GC_FIXED_ARENA)
end

Expand All @@ -12,6 +13,7 @@

# include all core GEMs
conf.gembox 'full-core'
conf.cc.flags += %w(-Werror=declaration-after-statement)
conf.cc.defines = %w(MRB_DEBUG MRB_GC_FIXED_ARENA)
conf.enable_bintest = true
end

0 comments on commit 7c716de

Please sign in to comment.