This is an automated email from the ASF dual-hosted git repository. zhasheng pushed a commit to branch v1.0.0 in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git
The following commit(s) were added to refs/heads/v1.0.0 by this push: new fef1841 Fix warning on meaningless return type qualifier (#8784) fef1841 is described below commit fef1841e1ae3524444e338b5d4cd52fcae17de21 Author: Pedro Larroy <928489+lar...@users.noreply.github.com> AuthorDate: Wed Nov 22 21:58:12 2017 -0800 Fix warning on meaningless return type qualifier (#8784) --- src/operator/operator_tune.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/operator/operator_tune.h b/src/operator/operator_tune.h index 2088d46..b343e83 100644 --- a/src/operator/operator_tune.h +++ b/src/operator/operator_tune.h @@ -154,7 +154,7 @@ class OperatorTuneByType : public OperatorTuneBase { * \brief Get the current tuning mode * \return tune::TuningMode value for the current tuning mode */ - static MSHADOW_CINLINE volatile tune::TuningMode tuning_mode() { + static MSHADOW_CINLINE tune::TuningMode tuning_mode() { return tuning_mode_; } -- To stop receiving notification emails like this one, please contact ['"comm...@mxnet.apache.org" <comm...@mxnet.apache.org>'].