소스 검색

test: suppress warnings due to suggested braces

Michele Caini 4 년 전
부모
커밋
4e870b83cd
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      test/entt/entity/storage.cpp

+ 1 - 1
test/entt/entity/storage.cpp

@@ -13,7 +13,7 @@
 
 struct empty_type {};
 struct boxed_int { int value; };
-struct stable_type: boxed_int {};
+struct stable_type { int value; };
 
 struct update_from_destructor {
     update_from_destructor(entt::storage<update_from_destructor> &ref, entt::entity other)