[Python-Dev] Small test

Gustavo Niemeyer niemeyer at conectiva.com
Thu Feb 12 09:11:35 EST 2004


Hello folks,

can you please test the following piece of code with your compilers
and check if they're issuing any warnings? Thanks!

  #include <stdio.h>
  int main(int argc, char *argv[])
  {
      char c = 1;
      if (!(c & ~255)) printf("Thanks!\n");
      return 0;
  }

-- 
Gustavo Niemeyer
http://niemeyer.net



More information about the Python-Dev mailing list