IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 11, 2016, 10:23:42 PM (10 years ago)
Author:
eugene
Message:

modify to pass with extremely pedantic build; force consistency for signed vs unsigned and int sizes; various relastro updates

Location:
trunk/Ohana
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana

  • trunk/Ohana/src/libkapa/rotfont/courier12.h

    r38991 r39457  
    6363static unsigned char courier12_31_bits[] = {
    64640x00};
    65 static unsigned char courier12_32_bits[] = {};
     65static unsigned char courier12_32_bits[] = {
     660x00};
    6667static unsigned char courier12_33_bits[] = {
    67680x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x02};
  • trunk/Ohana/src/libkapa/rotfont/courier24.h

    r38991 r39457  
    6363static unsigned char courier24_31_bits[] = {
    64640x00};
    65 static unsigned char courier24_32_bits[] = {};
     65static unsigned char courier24_32_bits[] = {
     660x00};
    6667static unsigned char courier24_33_bits[] = {
    67680x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x00, 0x00, 0x07,
  • trunk/Ohana/src/libkapa/rotfont/courier8.h

    r38991 r39457  
    6363static unsigned char courier8_31_bits[] = {
    64640x00};
    65 static unsigned char courier8_32_bits[] = {};
     65static unsigned char courier8_32_bits[] = {
     660x00};
    6667static unsigned char courier8_33_bits[] = {
    67680x01, 0x01, 0x01, 0x01};
  • trunk/Ohana/src/libkapa/rotfont/fixed.h

    r5854 r39457  
    6262static unsigned char fixed_31_bits[] = {
    63630x01};
    64 static unsigned char fixed_32_bits[] = {};
     64static unsigned char fixed_32_bits[] = {
     650x00};
    6566static unsigned char fixed_33_bits[] = {
    66670x1, 0x1, 0x1, 0x1, 0x1, 0x0, 0x01};
Note: See TracChangeset for help on using the changeset viewer.