-
Notifications
You must be signed in to change notification settings - Fork 243
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix compiler error on ubuntu 12.04 x86_64 and remove duplicated items for smartDeviceLink.ini #18
Conversation
@@ -42,7 +42,8 @@ | |||
#include <sys/sysctl.h> | |||
#include <sys/socket.h> | |||
#ifdef __linux__ | |||
# include <linux/tcp.h> | |||
//# include <linux/tcp.h> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there a reason to commit commented code into the repository?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
commented code has been removed.
@chenbd I'm going to be merging in a (hopefully) final internal release today or tomorrow before we move completely to pull requests. Just a heads up because it might require a rebase. This change lgtm though |
@justinjdickow my branch has been rebased. seems we still have a lot work to do. |
error message like this: /usr/include/linux/tcp.h:72: error: ‘__u32 __fswab32(__u32)’ cannot appear in a constant-expression
fix compiler error on ubuntu 12.04 x86_64 and remove duplicated items for smartDeviceLink.ini
Make google test buildable on Windows
…st-build Make google test buildable on Windows Related-issues: APPLINK-22713, APPLINK-22716
…nsent-passangers REVSDL-1048: Fix name of user consent for passangers` devices
No description provided.