Skip to content
Snippets Groups Projects
  1. Jul 11, 2019
    • Sergey Linev's avatar
      [rdf] fix windows warning about redefined virtual functions in lexertk · 1cf392d4
      Sergey Linev authored
      (some) original messages:
      
      lexertk.hpp(1017): warning C4266: 'int
      lexertk::token_inserter::insert(const lexertk::token &,const
      lexertk::token &,const lexertk::token &,const lexertk::token &,const
      lexertk::token &,lexertk::token &)': no override available for virtual
      member function from base 'lexertk::token_inserter'; function is hidden 
      
      lexertk.hpp(1317): warning C4266: 'bool lexertk::token_scanner::operator
      ()(const lexertk::token &,const lexertk::token &,const lexertk::token
      &,const lexertk::token &)': no override available for virtual member
      function from base 'lexertk::token_scanner'; function is hidden
      1cf392d4
    • Sergey Linev's avatar
      [rdf] fix windows warning about precision lost in RDisplay::fWidth · e903f766
      Sergey Linev authored
      Here size_t variable converted into unsigned short - windows complains.
      Original message:
      
      RDFDisplay.cxx(96): warning C4267: '=': conversion from 'size_t' to
      '_Ty', possible loss of data 
      
      RDFDisplay.cxx(117): warning C4267: '=': conversion from 'size_t' to
      '_Ty', possible loss of data
      e903f766
    • Sergey Linev's avatar
      [mathtext] fix windows warning about size_t -> Font_t conversion · 7218e9db
      Sergey Linev authored
      Original messages (all the same):
      warning C4267: 'argument': conversion from 'size_t' to 'Font_t',
      possible loss of data 
      7218e9db
    • Sergey Linev's avatar
      [tcling] fix windows warning about use (int == bool) operator · 9093827f
      Sergey Linev authored
      Original message:
      TCling.cxx(7182): warning C4805: '==': unsafe mix of type 'int' and type
      'bool' in operation 
      9093827f
  2. Jul 10, 2019
  3. Jul 09, 2019
Loading