Fix failing assert in swapchain_base.cpp
authorDennis Tsiang <dennis.tsiang@arm.com>
Tue, 27 Oct 2020 11:12:00 +0000 (11:12 +0000)
committerDennis Tsiang <dennis.tsiang@arm.com>
Tue, 27 Oct 2020 11:12:00 +0000 (11:12 +0000)
commitf782eab9219d09c295c67e525edca738c43c8329
tree3011051097d87447c43874e068cce35461536b62
parent7ff864e502d9a5e191373a4a8fd02d655523cea7
Fix failing assert in swapchain_base.cpp

Erroneous assert was left in swapchain_base.cpp after some refactoring
was done. This commit removes the assert and updates the CMakeLists.txt
file to turn on compiler warnings so that developers can spot these
leftover code earlier.

Change-Id: I7f4051c89a86f21f66f20b0e92f01bc101436c71
Signed-off-by: Dennis Tsiang <dennis.tsiang@arm.com>
CMakeLists.txt
wsi/swapchain_base.cpp