summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2017-04-18 17:56:52 +0200
committerMurray Cumming <murrayc@murrayc.com>2017-04-18 17:56:54 +0200
commitd1a04ee9b87bdac0a1d295710f49dd39cb6120e1 (patch)
treea202ef8b7130666b67cb2b37caab6d66ddf228dd /tests
parent981d8d5b1c49e9ef1c8411bc17b8aa76ef851c7e (diff)
downloadsigc++-d1a04ee9b87bdac0a1d295710f49dd39cb6120e1.tar.gz
tests: Implement a function.
We don't actually call the function, but it avoids an inspection warning from Jetbrains CLion, and doesn't seem unreasonable.
Diffstat (limited to 'tests')
-rw-r--r--tests/test_size.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_size.cc b/tests/test_size.cc
index d49af99..cf94a8b 100644
--- a/tests/test_size.cc
+++ b/tests/test_size.cc
@@ -15,7 +15,7 @@ namespace
{
struct A
{
- void foo();
+ void foo() {}
};
} // end anonymous namespace