Project

General

Profile

Actions

Bug #7840

open

-Wdeclaration-after-statement is valid for C/ObjC but not for C++

Added by Hanmac (Hans Mackowiak) over 10 years ago. Updated almost 3 years ago.

Status:
Open
Priority:
Normal
Target version:
-
ruby -v:
ruby 2.0.0dev (2013-02-13 trunk 39224) [x86_64-linux]
[ruby-core:52204]
Tags:

Description

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++

Updated by ko1 (Koichi Sasada) over 10 years ago

  • Target version set to 2.6
  • Category set to build
  • Assignee set to nobu (Nobuyoshi Nakada)
Actions #2

Updated by naruse (Yui NARUSE) over 5 years ago

  • Target version deleted (2.6)

Updated by jeremyevans0 (Jeremy Evans) almost 3 years ago

declaration-after-statement warnings were removed in ec336fb40e4df0c8615e584fbefb5e9e572cb9ec. implicit-function-declaration warnings are still present, though.

Actions

Also available in: Atom PDF

Like0
Like0Like0Like0