forked from boostorg/config
Silence a warning from GCC
[SVN r12527]
This commit is contained in:
@ -17,6 +17,7 @@ struct t
|
||||
private:
|
||||
void foo(){ i = j; }
|
||||
public:
|
||||
void bar(){ j = i; } // silences warning from GCC
|
||||
int i;
|
||||
int j;
|
||||
};
|
||||
|
Reference in New Issue
Block a user