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
warning: [email protected]: c/freebsd.c:31:10: error: conflicting types for 'get_cpu_speed' warning: [email protected]: 31 | uint64_t get_cpu_speed(void) { warning: [email protected]: | ^ warning: [email protected]: c/info.h:31:15: note: previous declaration is here warning: [email protected]: 31 | unsigned long get_cpu_speed(void); warning: [email protected]: | ^ warning: [email protected]: c/freebsd.c:47:10: error: conflicting types for 'get_proc_total' warning: [email protected]: 47 | uint64_t get_proc_total(void) { warning: [email protected]: | ^ warning: [email protected]: c/info.h:34:15: note: previous declaration is here warning: [email protected]: 34 | unsigned long get_proc_total(void); warning: [email protected]: | ^ warning: [email protected]: 2 errors generated.
Found in the port devel/uv.
Version: 0.9.1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Found in the port devel/uv.
Version: 0.9.1
The text was updated successfully, but these errors were encountered: