wayland: Fix bug 3814 -Wmissing-field-initializers

This commit is contained in:
Brandon Schaefer
2017-09-29 10:07:37 -07:00
parent aad58c622c
commit e27f12e0da
11 changed files with 409 additions and 28 deletions

View File

@@ -47,6 +47,7 @@ SDL_LoadObject(const char *sofile)
}
#endif
printf("SOFILE: %s\n", sofile);
handle = dlopen(sofile, RTLD_NOW|RTLD_LOCAL);
loaderror = (char *) dlerror();
if (handle == NULL) {