silence unused parmeter warning

This commit is contained in:
Kurtis Rader 2017-01-01 21:48:40 -08:00
parent 7b906134e2
commit 7211802fc0

View file

@ -1347,6 +1347,7 @@ class universal_notifier_named_pipe_t : public universal_notifier_t {
#else // this class isn't valid on this system
public:
universal_notifier_named_pipe_t(const wchar_t *test_path) {
auto x = test_path; // silence "unused parameter" warning
DIE("universal_notifier_named_pipe_t cannot be used on this system");
}
#endif