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: sys-info@0.9.1: c/freebsd.c:31:10: error: conflicting types for 'get_cpu_speed' warning: sys-info@0.9.1: 31 | uint64_t get_cpu_speed(void) { warning: sys-info@0.9.1: | ^ warning: sys-info@0.9.1: c/info.h:31:15: note: previous declaration is here warning: sys-info@0.9.1: 31 | unsigned long get_cpu_speed(void); warning: sys-info@0.9.1: | ^ warning: sys-info@0.9.1: c/freebsd.c:47:10: error: conflicting types for 'get_proc_total' warning: sys-info@0.9.1: 47 | uint64_t get_proc_total(void) { warning: sys-info@0.9.1: | ^ warning: sys-info@0.9.1: c/info.h:34:15: note: previous declaration is here warning: sys-info@0.9.1: 34 | unsigned long get_proc_total(void); warning: sys-info@0.9.1: | ^ warning: sys-info@0.9.1: 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: