[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Compiler warnings in CommonC++ 2 1.0.7
From: |
Byrial Jensen |
Subject: |
Compiler warnings in CommonC++ 2 1.0.7 |
Date: |
Thu, 13 May 2004 11:34:07 +0200 |
I get compiler warnings when I compile programs which use
CommonC++ 2 1.0.7 with GCC with option "-Wshadow" because
the argument names in some inline functions shadows for
class members.
The shadowing is no problem as such, but it more or less
prevents the use "-Wshadow" in programs which use CommonC++.
The attched patch removes the shadowing.
Best regards,
Byrial Jensen
shadow.diff
Description: Binary data
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Compiler warnings in CommonC++ 2 1.0.7,
Byrial Jensen <=