786: default: 787: /* Make the compiler happy */ 788: assert (0);
95: #ifndef HPAGE_MASK 96: #define HPAGE_MASK PAGE_MASK /* Keep the compiler happy */ 97: #define HPAGE_SIZE PAGE_SIZE
351: } 352: if (hash_head) hash_head = 0; /* to make compiler happy */ 353: return Z_OK;
217: } 218: // to keep compiler happy 219: return mDefaultMinFilter;
1138: rval = gval = bval = 0; /* make compiler happy */ 1139: cmap = pixcmapCreate(8);
392: { \ 393: default: /* Just in case and make compiler happy */ \ 394: case 1: \
446: { \ 447: default: /* Just in case and make compiler happy */ \ 448: case 1: \
1629: Note the double coercions of(COLOUR)((inT32)editor_image_word_bb_color) 1630: etc. are to keep the compiler happy. 1631: */
1390: fatal(_("unexpected type %s in prec_level"), nodetype2str(type)); 1391: return 0; /* keep the compiler happy */ 1392: }
240: #ifdef PNG_NO_CONSOLE_IO 241: error_message = error_message; /* make compiler happy */ 242: #endif
278: #else 279: warning_message = warning_message; /* make compiler happy */ 280: #endif 281: png_ptr = png_ptr; /* make compiler happy */ 282: }
720: } 721: // To keep compiler happy 722: return "left";
Google Home - Google Code - Discuss - Terms of Service - Help - Submit Your Code©2010 Google - Privacy