Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:lafenghu
hackbench
gcc-warning-fixes.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File gcc-warning-fixes.diff of Package hackbench
--- hackbench.c +++ hackbench.c @@ -2,6 +2,7 @@ #include <stdio.h> #include <string.h> #include <errno.h> +#include <unistd.h> #include <sys/types.h> #include <sys/socket.h> #include <sys/wait.h> @@ -145,7 +146,7 @@ int main(int argc, char *argv[]) { - unsigned int i, num_groups, total_children; + unsigned int i, num_groups = 0, total_children; struct timeval start, stop, diff; unsigned int num_fds = 20; int readyfds[2], wakefds[2];
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor