Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(745)

Unified Diff: src/utils/unix/SkOSWindow_Unix.cpp

Issue 4547055: Turn on -Wall in common.gypi, and clean up all warnings (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: Remove some extra .gyp changes Created 14 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/utils/unix/SkOSWindow_Unix.cpp
===================================================================
--- src/utils/unix/SkOSWindow_Unix.cpp (revision 1384)
+++ src/utils/unix/SkOSWindow_Unix.cpp (working copy)
@@ -76,7 +76,7 @@
long event_mask = NoEventMask;
XClientMessageEvent event;
event.type = ClientMessage;
- Atom myAtom;
+ Atom myAtom(0);
event.message_type = myAtom;
event.format = 32;
event.data.l[0] = 0;

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b