We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 921fe50 commit 9525384Copy full SHA for 9525384
src/watcher.c
@@ -14,14 +14,14 @@ static void Wprintf(const char *fmt, ...) {
14
15
}
16
17
-static inline void watcher_error(FSW_HANDLE handle, const char *msg) {
+static void watcher_error(FSW_HANDLE handle, const char *msg) {
18
19
if (handle) fsw_destroy_session(handle);
20
Rf_error("%s", msg);
21
22
23
24
-static inline void watcher_unwind(watcher_cb *wcb) {
+static void watcher_unwind(watcher_cb *wcb) {
25
26
if (wcb->paths) {
27
for (unsigned int i = 0; i < wcb->event_num; i++) {
0 commit comments