summaryrefslogtreecommitdiffstats
path: root/libtests/pcre.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libtests/pcre.cc')
-rw-r--r--libtests/pcre.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libtests/pcre.cc b/libtests/pcre.cc
index 6ebec01e..8b09665a 100644
--- a/libtests/pcre.cc
+++ b/libtests/pcre.cc
@@ -11,7 +11,7 @@ int main(int argc, char* argv[])
PCRE("^([\\p{L}]+)", PCRE_UTF8);
std::cout << "1" << std::endl;
}
- catch (std::exception& e)
+ catch (std::exception&)
{
std::cout << "0" << std::endl;
}