You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mesos.apache.org by "Chengwei Yang (JIRA)" <ji...@apache.org> on 2014/03/29 10:35:17 UTC

[jira] [Closed] (MESOS-1134) zookeeper/zookeeper.cpp(524): error #1011: missing return statement at end of non-void function "ZooKeeper::retryable"

     [ https://issues.apache.org/jira/browse/MESOS-1134?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chengwei Yang closed MESOS-1134.
--------------------------------

    Resolution: Fixed

> zookeeper/zookeeper.cpp(524): error #1011: missing return statement at end of non-void function "ZooKeeper::retryable"
> ----------------------------------------------------------------------------------------------------------------------
>
>                 Key: MESOS-1134
>                 URL: https://issues.apache.org/jira/browse/MESOS-1134
>             Project: Mesos
>          Issue Type: Bug
>          Components: build
>         Environment: Fedora 19
> icpc (ICC) 14.0.2 20140120
>            Reporter: Vinson Lee
>            Assignee: Chengwei Yang
>
> {noformat}
> libtool: compile:  /opt/intel/bin/icpc -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.19.0\" "-DPACKAGE_STRING=\"mesos 0.19.0\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.19.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DHAVE_PYTHON=\"2.7\" -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCURL=1 -DHAVE_LIBSASL2=1 -I. -Wall -Werror -DLIBDIR=\"/usr/local/lib\" -DPKGLIBEXECDIR=\"/usr/local/libexec/mesos\" -DPKGDATADIR=\"/usr/local/share/mesos\" -I../include -I../3rdparty/libprocess/include -I../3rdparty/libprocess/3rdparty/stout/include -I../include -I../3rdparty/libprocess/3rdparty/boost-1.53.0 -I../3rdparty/libprocess/3rdparty/protobuf-2.5.0/src -I../3rdparty/libprocess/3rdparty/picojson-4f93734 -I../3rdparty/libprocess/3rdparty/glog-0.3.3/src -I../3rdparty/leveldb/include -I../3rdparty/zookeeper-3.4.5/src/c/include -I../3rdparty/zookeeper-3.4.5/src/c/generated -pthread -g -g2 -O2 -MT zookeeper/libmesos_no_3rdparty_la-zookeeper.lo -MD -MP -MF zookeeper/.deps/libmesos_no_3rdparty_la-zookeeper.Tpo -c zookeeper/zookeeper.cpp  -fPIC -DPIC -o zookeeper/.libs/libmesos_no_3rdparty_la-zookeeper.o
> zookeeper/zookeeper.cpp(524): error #1011: missing return statement at end of non-void function "ZooKeeper::retryable"
>   }
>   ^
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.2#6252)