Fix warnings encountered with clang -Wall.
This commit is contained in:
@@ -125,6 +125,7 @@ namespace foo {
|
||||
class UnprintableInFoo {
|
||||
public:
|
||||
UnprintableInFoo() : z_(0) { memcpy(xy_, "\xEF\x12\x0\x0\x34\xAB\x0\x0", 8); }
|
||||
double z() const { return z_; }
|
||||
private:
|
||||
char xy_[8];
|
||||
double z_;
|
||||
|
||||
Reference in New Issue
Block a user