[Python-Dev] building with -Wwrite-strings (original) (raw)
Lisandro Dalcin dalcinl at gmail.com
Fri Sep 28 00đ09 CEST 2007
- Previous message: [Python-Dev] urllib exception compatibility
- Next message: [Python-Dev] building with -Wwrite-strings
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I'm trying to build Python (2.6) with GCC the option -Wwrite-strings.
1 - Is there any interest on this?
2 - What should I do for the very common (taken from int_new): static char *kwlist[] = {"x", "base", 0};
I was able to remove all the warning in Objects/*, except those related to (2).
-- Lisandro DalcĂn
Centro Internacional de MĂ©todos Computacionales en IngenierĂa (CIMEC) Instituto de Desarrollo TecnolĂłgico para la Industria QuĂmica (INTEC) Consejo Nacional de Investigaciones CientĂficas y TĂ©cnicas (CONICET) PTLC - GĂŒemes 3450, (3000) Santa Fe, Argentina Tel/Fax: +54-(0)342-451.1594
- Previous message: [Python-Dev] urllib exception compatibility
- Next message: [Python-Dev] building with -Wwrite-strings
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]