This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c/17178] [3.5 Regression] static consts and -Wunused-variable


------- Additional Comments From bangerth at dealii dot org  2004-08-24 22:48 -------
Andrew, is your testcase the following single one line? 
--------------------------- 
static const int kUnloadAndDeleteClient = 'N'; 
--------------------------- 
What is wrong with gcc giving a warning about this when you ask for it? Or what 
exactly is the problem you are thinking of? 
 
W. 

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17178


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]