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