mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-20 23:40:18 +00:00
fixed few warnings
This commit is contained in:
@@ -687,7 +687,7 @@ static char *udp_host_addr6(socket_udp * s)
|
||||
|
||||
bool udp_addr_valid(const char *addr)
|
||||
{
|
||||
return udp_addr_valid4(addr) | udp_addr_valid6(addr);
|
||||
return udp_addr_valid4(addr) || udp_addr_valid6(addr);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
@@ -57,7 +57,6 @@ private:
|
||||
}
|
||||
struct video_desc m_saved_video_desc;
|
||||
struct display *m_sage_tx_device;
|
||||
pthread_t m_thread_id;
|
||||
};
|
||||
|
||||
#endif // VIDEO_RXTX_SAGE_H_
|
||||
|
||||
Reference in New Issue
Block a user