From: merch-redmine@... Date: 2020-06-02T16:41:57+00:00 Subject: [ruby-core:98626] [Ruby master Bug#7840] -Wdeclaration-after-statement is valid for C/ObjC but not for C++ Issue #7840 has been updated by jeremyevans0 (Jeremy Evans). declaration-after-statement warnings were removed in commit:ec336fb40e4df0c8615e584fbefb5e9e572cb9ec. implicit-function-declaration warnings are still present, though. ---------------------------------------- Bug #7840: -Wdeclaration-after-statement is valid for C/ObjC but not for C++ https://bugs.ruby-lang.org/issues/7840#change-85950 * Author: Hanmac (Hans Mackowiak) * Status: Open * Priority: Normal * Assignee: nobu (Nobuyoshi Nakada) * ruby -v: ruby 2.0.0dev (2013-02-13 trunk 39224) [x86_64-linux] * Backport: 2.3: UNKNOWN, 2.4: UNKNOWN, 2.5: UNKNOWN ---------------------------------------- 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++ -- https://bugs.ruby-lang.org/ Unsubscribe: