Skip to content
  • Paul Wilkins's avatar
    MSVS compiler error · f7597625
    Paul Wilkins authored
    Visual Studio reports and error on the line
      static const int bsize2 = bsize >> 1;
    
    "error C2099: initializer is not a constant"
    
    Also warnings on signed/unsigned mismatch
    
    Change-Id: I76cb06f736bd9c90107a26bfb3c130ec3f6c33de
    f7597625