Clean poppler_viewer.c switch warnings
authorRicardo Mones <ricardo@mones.org>
Mon, 25 Nov 2013 19:22:00 +0000 (20:22 +0100)
committerRicardo Mones <ricardo@mones.org>
Mon, 25 Nov 2013 19:25:12 +0000 (20:25 +0100)
Cleans:
 • poppler_viewer.c:827:3: warning: enumeration value
   'POPPLER_ACTION_NONE' not handled in switch
 • poppler_viewer.c:827:3: warning: enumeration value
   'POPPLER_ACTION_RENDITION' not handled in switch
 • poppler_viewer.c:827:3: warning: enumeration value
   'POPPLER_ACTION_OCG_STATE' not handled in switch
 • poppler_viewer.c:827:3: warning: enumeration value
   'POPPLER_ACTION_JAVASCRIPT' not handled in switch


No differences found