More warning fixes

This commit is contained in:
Adam Honse 2020-09-02 19:03:43 -05:00
parent f568253c51
commit 0345eb582b
19 changed files with 35 additions and 20 deletions

View file

@ -33,7 +33,6 @@ std::vector<std::string *> find_usb_serial_port(unsigned short vid, unsigned sho
if(dir == NULL)
{
closedir(dir);
return ret_vector;
}