sapling/eden/fs/notifications
Yedidya Feldblum 77384974a1 fix violation of unused-variable
Summary:
Fix the following violation of `Wunused-variable`:
```
eden/fs/notifications/CommandNotifier.cpp: In function ‘bool facebook::eden::{anonymous}::isGenericConnectivityError(const std::exception&)’:
eden/fs/notifications/CommandNotifier.cpp:24:20: warning: unused variable ‘timeout’ [-Wunused-variable]
   } else if (auto* timeout = dynamic_cast<const folly::FutureTimeout*>(&err)) {
                    ^~~~~~~
```

Reviewed By: chadaustin

Differential Revision: D38284711

fbshipit-source-id: 95338c54406af55f87c5f4ae4675e134e0debd5e
2022-08-16 19:43:40 -07:00
..
CMakeLists.txt common: rename utils -> edencommon_utils 2022-08-16 11:23:53 -07:00
CommandNotifier.cpp fix violation of unused-variable 2022-08-16 19:43:40 -07:00
CommandNotifier.h standardize namespaces on C++17 syntax 2022-05-17 10:12:56 -07:00
edenfs.exe.manifest fix E-Menu pop-up location 2022-05-10 17:52:20 -07:00
edeng256.ico change e-menu icon during checkout 2022-04-28 01:07:18 -07:00
edeno256.ico change e-menu icon during checkout 2022-04-28 01:07:18 -07:00
edenr256.ico change e-menu icon during checkout 2022-04-28 01:07:18 -07:00
edenw256.ico add Windows notifier 2022-03-30 09:55:44 -07:00
Notifier.cpp fix updateLastShown logic 2022-04-07 09:41:57 -07:00
Notifier.h standardize namespaces on C++17 syntax 2022-05-17 10:12:56 -07:00
NullNotifier.h change e-menu icon during checkout 2022-04-28 01:07:18 -07:00
WindowsNotifier.cpp add log viewer to E-Menu 2022-06-08 17:22:48 -07:00
WindowsNotifier.h add several commands to E-Menu 2022-05-10 17:52:20 -07:00
WindowsNotifier.rc add manifest to cmake build 2022-05-11 17:51:31 -07:00
WindowsNotifierConstants.h change e-menu icon during checkout 2022-04-28 01:07:18 -07:00