From: "Hanmac (Hans Mackowiak)" Date: 2013-02-13T22:19:47+09:00 Subject: [ruby-core:52204] [ruby-trunk - Bug #7840][Open] -Wdeclaration-after-statement is valid for C/ObjC but not for C++ Issue #7840 has been reported by Hanmac (Hans Mackowiak). ---------------------------------------- Bug #7840: -Wdeclaration-after-statement is valid for C/ObjC but not for C++ https://bugs.ruby-lang.org/issues/7840 Author: Hanmac (Hans Mackowiak) Status: Open Priority: Normal Assignee: Category: Target version: ruby -v: ruby 2.0.0dev (2013-02-13 trunk 39224) [x86_64-linux] because of the new flags in warnflags i get this following errors: cc1plus: warning: command line option '-Wdeclaration-after-statement' is valid for C/ObjC but not for C++ [enabled by default] cc1plus: warning: command line option '-Wimplicit-function-declaration' is valid for C/ObjC but not for C++ [enabled by default] its because my gems are written in C++ and not in C, so i think this flags should not be used when the variable is used for both C and C++ -- http://bugs.ruby-lang.org/