mirror of
https://github.com/libSDL2pp/libSDL2pp.git
synced 2025-08-04 03:15:59 -04:00
Fix unused variable by adding a test
This commit is contained in:
parent
7993e3672b
commit
25c5f17782
@ -18,6 +18,7 @@ int main(int, char*[]) {
|
|||||||
|
|
||||||
static_assert(b1, "");
|
static_assert(b1, "");
|
||||||
static_assert(b2, "");
|
static_assert(b2, "");
|
||||||
|
static_assert(p2 == p3, "");
|
||||||
|
|
||||||
constexpr int x = p1.GetX();
|
constexpr int x = p1.GetX();
|
||||||
constexpr int y = p1.GetY();
|
constexpr int y = p1.GetY();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user