Resolve macOS warnings and standardize style

This commit is contained in:
Paul Hollinsky
2018-09-24 19:04:20 -04:00
parent b634e6a443
commit 2099ba9d1e
40 changed files with 50 additions and 44 deletions
+1 -1
View File
@@ -60,6 +60,6 @@ private:
void readTask();
};
};
}
#endif
+1 -1
View File
@@ -38,6 +38,6 @@ protected:
std::atomic<bool> closing{false};
};
};
}
#endif
+1 -1
View File
@@ -41,6 +41,6 @@ public:
CANMessageCallback(CANMessageFilter f, fn_messageCallback cb) : MessageCallback(cb, std::make_shared<CANMessageFilter>(f)) {}
};
};
}
#endif
+1 -1
View File
@@ -67,6 +67,6 @@ private:
}
};
};
}
#endif
@@ -97,6 +97,6 @@ private:
void readTask();
};
};
}
#endif
+1 -1
View File
@@ -335,6 +335,6 @@ private:
}
};
};
}
#endif