Menu

#5421 Store page numbers as int type

Fixed
Dan Eble
Enhancement
2018-10-06
2018-09-28
Dan Eble
No

Store page numbers as int type
... to reduce type-conversion warnings from g++ 8.0.1 on x86_64.

http://codereview.appspot.com/349780043

Discussion

  • Anonymous

    Anonymous - 2018-09-29
    • Description has changed:

    Diff:

    
    
    • Needs: -->
    • Patch: new --> review
     
  • Anonymous

    Anonymous - 2018-09-29

    Passes make, make check and a full make doc/

     
  • Anonymous

    Anonymous - 2018-09-30
    • Patch: review --> countdown
     
  • Anonymous

    Anonymous - 2018-09-30

    Patch on countdown for October 3rd

     
  • Anonymous

    Anonymous - 2018-10-03
    • Patch: countdown --> push
     
  • Anonymous

    Anonymous - 2018-10-03

    Patch counted down - please push

     
  • Anonymous

    Anonymous - 2018-10-06

    Patch counted down - please push

     
  • Dan Eble

    Dan Eble - 2018-10-06
    • labels: --> Fixed_2_21_0
    • status: Started --> Fixed
    • Patch: push -->
     
  • Dan Eble

    Dan Eble - 2018-10-06

    commit 3f182bfd342e12120341780724fc80d873e5ca86 (HEAD -> pushed/issue-5421-warnings-page-number, origin/staging)
    Author: Dan Eble nine.fierce.ballads@gmail.com
    Date: Thu Sep 27 17:07:45 2018 -0400

    Issue 5421: Store page numbers as int type
    to reduce type-conversion warnings from g++ 8.0.1 on x86_64.