You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In file included from ./includes.h:8:0, from watchers/read.cpp:6: watchers/read.cpp: In member function ‘void React::ReadWatcher::initialize(int)’: watchers/read.cpp:36:5: note: candidate 1: operator|(int, int) <built-in> ev_io_init(&_watcher, onActive, fd, EV_READ); ^ In file included from ./includes.h:29:0, from watchers/read.cpp:6: ./../include/uint128_t.h:290:25: note: candidate 2: T operator|(const T&, const uint128_t&) [with T = <anonymous enum>] template <typename T> T operator|(const T & lhs, const uint128_t & rhs){
In file included from ./includes.h:8:0, from watchers/write.cpp:6: watchers/write.cpp: In member function ‘void React::WriteWatcher::initialize(int)’: watchers/write.cpp:35:5: note: candidate 1: operator|(int, int) <built-in> ev_io_init(&_watcher, onActive, fd, EV_WRITE); ^ In file included from ./includes.h:29:0, from watchers/write.cpp:6: ./../include/uint128_t.h:290:25: note: candidate 2: T operator|(const T&, const uint128_t&) [with T = <anonymous enum>] template <typename T> T operator|(const T & lhs, const uint128_t & rhs){
In file included from ./includes.h:8:0, from watchers/read.cpp:6: watchers/read.cpp: In member function ‘void React::ReadWatcher::initialize(int)’: watchers/read.cpp:36:5: note: candidate 1: operator|(int, int) <built-in> ev_io_init(&_watcher, onActive, fd, EV_READ); ^ In file included from ./includes.h:29:0, from watchers/read.cpp:6: ./../include/uint128_t.h:290:25: note: candidate 2: T operator|(const T&, const uint128_t&) [with T = <anonymous enum>] template <typename T> T operator|(const T & lhs, const uint128_t & rhs){
In file included from ./includes.h:8:0, from watchers/write.cpp:6: watchers/write.cpp: In member function ‘void React::WriteWatcher::initialize(int)’: watchers/write.cpp:35:5: note: candidate 1: operator|(int, int) <built-in> ev_io_init(&_watcher, onActive, fd, EV_WRITE); ^ In file included from ./includes.h:29:0, from watchers/write.cpp:6: ./../include/uint128_t.h:290:25: note: candidate 2: T operator|(const T&, const uint128_t&) [with T = <anonymous enum>] template <typename T> T operator|(const T & lhs, const uint128_t & rhs){
During compilation of other software that uses reactcpp that also causes warnings.
The text was updated successfully, but these errors were encountered:
Warnings during compilation of REACT-CPP
In file included from ./includes.h:8:0, from watchers/read.cpp:6: watchers/read.cpp: In member function ‘void React::ReadWatcher::initialize(int)’: watchers/read.cpp:36:5: note: candidate 1: operator|(int, int) <built-in> ev_io_init(&_watcher, onActive, fd, EV_READ); ^ In file included from ./includes.h:29:0, from watchers/read.cpp:6: ./../include/uint128_t.h:290:25: note: candidate 2: T operator|(const T&, const uint128_t&) [with T = <anonymous enum>] template <typename T> T operator|(const T & lhs, const uint128_t & rhs){
In file included from ./includes.h:8:0, from watchers/write.cpp:6: watchers/write.cpp: In member function ‘void React::WriteWatcher::initialize(int)’: watchers/write.cpp:35:5: note: candidate 1: operator|(int, int) <built-in> ev_io_init(&_watcher, onActive, fd, EV_WRITE); ^ In file included from ./includes.h:29:0, from watchers/write.cpp:6: ./../include/uint128_t.h:290:25: note: candidate 2: T operator|(const T&, const uint128_t&) [with T = <anonymous enum>] template <typename T> T operator|(const T & lhs, const uint128_t & rhs){
In file included from ./includes.h:8:0, from watchers/read.cpp:6: watchers/read.cpp: In member function ‘void React::ReadWatcher::initialize(int)’: watchers/read.cpp:36:5: note: candidate 1: operator|(int, int) <built-in> ev_io_init(&_watcher, onActive, fd, EV_READ); ^ In file included from ./includes.h:29:0, from watchers/read.cpp:6: ./../include/uint128_t.h:290:25: note: candidate 2: T operator|(const T&, const uint128_t&) [with T = <anonymous enum>] template <typename T> T operator|(const T & lhs, const uint128_t & rhs){
In file included from ./includes.h:8:0, from watchers/write.cpp:6: watchers/write.cpp: In member function ‘void React::WriteWatcher::initialize(int)’: watchers/write.cpp:35:5: note: candidate 1: operator|(int, int) <built-in> ev_io_init(&_watcher, onActive, fd, EV_WRITE); ^ In file included from ./includes.h:29:0, from watchers/write.cpp:6: ./../include/uint128_t.h:290:25: note: candidate 2: T operator|(const T&, const uint128_t&) [with T = <anonymous enum>] template <typename T> T operator|(const T & lhs, const uint128_t & rhs){
During compilation of other software that uses reactcpp that also causes warnings.
The text was updated successfully, but these errors were encountered: