fixed warnings 68/211368/1
authorGwanglim Lee <gl77.lee@samsung.com>
Fri, 2 Aug 2019 04:50:54 +0000 (13:50 +0900)
committerGwanglim Lee <gl77.lee@samsung.com>
Fri, 2 Aug 2019 04:50:54 +0000 (13:50 +0900)
Change-Id: I1bdbe6b07bdf3c9c730c15482a32973fb7c37ba8

src/e_test_event.cpp

index 100629e..a68bf75 100644 (file)
@@ -688,7 +688,7 @@ etRunner::setDevctlDisplayStop(Eina_Bool on)
                               -1,
                               "");
      }
-   EINA_SAFETY_ON_NULL_RETURN_VAL(p != NULL, EINA_FALSE);
+   EINA_SAFETY_ON_FALSE_RETURN_VAL(p != NULL, EINA_FALSE);
    return EINA_TRUE;
 }
 
@@ -1100,6 +1100,8 @@ etRunner::waitEvent(etWin *win, E_TC_Event_Type ev_type)
       case E_TC_EVENT_TYPE_STACK_CHANGED:
          ev_type = E_TC_EVENT_TYPE_STACK_CHANGED;
          break;
+      default:
+         break;
      }
 
    // Add event callbacks if needs