We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
File: mosquitto.c Row: 73
Message: Signed integer overflow: 1521456818 * 1000 cannot be represented in type 'long'
Code: srand((unsigned int)(tv.tv_sec*1000 + tv.tv_usec/1000));
srand((unsigned int)(tv.tv_sec*1000 + tv.tv_usec/1000));
Xcode pause execution on every start if running on iPad2 device or simulator (iOS 9.3). No warnings if running on 64bit device or simulator.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
File: mosquitto.c
Row: 73
Message:
Signed integer overflow: 1521456818 * 1000 cannot be represented in type 'long'
Code:
srand((unsigned int)(tv.tv_sec*1000 + tv.tv_usec/1000));
Xcode pause execution on every start if running on iPad2 device or simulator (iOS 9.3).
No warnings if running on 64bit device or simulator.
The text was updated successfully, but these errors were encountered: