Skip to content
Snippets Groups Projects
  1. Dec 05, 2016
  2. Dec 04, 2016
  3. Dec 02, 2016
  4. Dec 01, 2016
  5. Nov 24, 2016
  6. Nov 20, 2016
  7. Nov 17, 2016
  8. Nov 03, 2016
  9. Nov 02, 2016
  10. Oct 21, 2016
    • Ansgar Burchardt's avatar
      Use correct format string · 854b3786
      Ansgar Burchardt authored
      This addresses the following compiler warnings from clang:
      
          gm/dlmgr.t:258:62: warning: format specifies type 'unsigned int'
          but the argument has type 'NODE *' (aka 'UG::D3::node *') [-Wformat]
            (for `Object`)
      
          gm/dlmgr.t:442:68: warning: format specifies type 'unsigned int'
          but the argument has type 'NODE *' (aka 'UG::D3::node *') [-Wformat]
            (for `Object`)
      
          gm/dlmgr.t:442:75: warning: format specifies type 'unsigned int'
          but the argument has type 'NODE *' (aka 'UG::D3::node *') [-Wformat]
            (for `After`)
      
          gm/dlmgr.t:465:61: warning: format specifies type 'unsigned int'
          but the argument has type 'NODE *' (aka 'UG::D3::node *') [-Wformat]
            (for `Object`)
      854b3786
    • Ansgar Burchardt's avatar
      Remove unused variables · a17bb146
      Ansgar Burchardt authored
      This addresses the following compiler warnings from clang:
      
          gm/dlmgr.t:431:6: warning:
          unused variable 'listpartnext' [-Wunused-variable]
      
          gm/dlmgr.t:430:6: warning:
          unused variable 'listpartprev' [-Wunused-variable]
      a17bb146
    • Ansgar Burchardt's avatar
      Remove `register` keyword · 7c7d099b
      Ansgar Burchardt authored
      This addresses the following compiler warning from clang:
      
        warning: 'register' storage class specifier is deprecated
        and incompatible with C++1z [-Wdeprecated-register]
      7c7d099b
    • Ansgar Burchardt's avatar
      Add missing return values · 487a4185
      Ansgar Burchardt authored
      This addresses several compiler warnings of the form
      
        warning: control may reach end of non-void function [-Wreturn-type]
      
      and
      
        warning: control reaches end of non-void function [-Wreturn-type]
      487a4185
  11. Oct 20, 2016
  12. Oct 19, 2016
  13. Oct 18, 2016
  14. Oct 04, 2016
  15. Oct 02, 2016
  16. Sep 05, 2016
  17. Aug 18, 2016
  18. Aug 16, 2016
Loading