Skip to content

Commit

Permalink
Fix warning on meaningless return type qualifier (#8784)
Browse files Browse the repository at this point in the history
  • Loading branch information
larroy authored and szha committed Nov 23, 2017
1 parent 2cdb2da commit fef1841
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/operator/operator_tune.h
Original file line number Diff line number Diff line change
Expand Up @@ -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_;
}

Expand Down

0 comments on commit fef1841

Please sign in to comment.