Project

General

Profile

Actions

Bug #7840

closed

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

Added by Hanmac (Hans Mackowiak) about 11 years ago. Updated 7 months ago.

Status:
Closed
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++

Actions

Also available in: Atom PDF

Like0
Like0Like0Like0Like0