hw/nxagent/Window.c: Initialize tmp_mask and attributes.event_mask with NoEventMask.
 Amends the following compiler warning:
 ```
 Window.c: In function ‘nxagentSetTopLevelEventMask’:
 Window.c:3392:31: warning: ‘attributes.event_mask’ may be used uninitialized in this function [-Wmaybe-uninitialized]
      Mask tmp_mask = attributes.event_mask;
                                ^
 ```
Showing
Please
register
or
sign in
to comment