Commit 3d2e5d0a authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

suppress compiler warning

(cherry picked from commit 6f227e194e1f3a13e906b67b6c0a1fa7599a23c7)
parent ec2a6b9f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -31,7 +31,7 @@ public:
  private:
    cvm::deps *const deps_object;
    int const id;
    operator int() {} // never cast as int
    operator int() { return 0; } // never cast as int
  public:
    inline cvm::deps *object() const { return deps_object; }
    inline int feature_id() const { return id; }