Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:15.2:Staging:A
open-isns
open-isns-fix-586-time.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File open-isns-fix-586-time.patch of Package open-isns
diff -aurp a/configure.ac b/configure.ac --- a/configure.ac 2020-01-23 13:02:36.000000000 -0800 +++ b/configure.ac 2020-02-01 10:14:08.853538750 -0800 @@ -17,7 +17,7 @@ AC_PATH_PROG(SH, sh) dnl C Compiler features AC_C_INLINE if test "$GCC" = "yes"; then - CFLAGS="-Wall -Werror -Wextra $CFLAGS" + CFLAGS="-Wall -Wextra $CFLAGS" CPPFLAGS="$CPPFLAGS -D_GNU_SOURCE" fi Only in ./open-isns-0.100: .configure.ac.swp diff -aurp a/isnsdd.c b/isnsdd.c --- a/isnsdd.c 2020-01-23 13:02:36.000000000 -0800 +++ b/isnsdd.c 2020-02-01 10:14:04.277547782 -0800 @@ -401,7 +401,7 @@ check_portal_registration(__attribute__( continue; last_modified = isns_object_last_modified(obj); - if (last_modified + 2 * interval > now) { + if ((time_t)(last_modified + 2 * interval) > now) { good_portals++; continue; }
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