Coder Social home page Coder Social logo

Comments (4)

erlend-aasland avatar erlend-aasland commented on May 28, 2024 3

Seems easy enough to add the suppression to CFLAGS manually, yeah? Should we just doc it?

I would be fine with that.

from cpython.

zooba avatar zooba commented on May 28, 2024 2

It's one of these cases where if we suppress them once, we'll forget about coverage entirely, which is worse than simply continuing to not fix it (someone might be motivated to fix it in the future if they see it)

from cpython.

zooba avatar zooba commented on May 28, 2024 1

Unless they're actually disruptive (breaking builds), I'd rather leave them there by default.

Seems easy enough to add the suppression to CFLAGS manually, yeah? Should we just doc it?

from cpython.

erlend-aasland avatar erlend-aasland commented on May 28, 2024

Example warning:

gcc -bundle -undefined dynamic_lookup      Modules/syslogmodule.o   -o Modules/syslog.cpython-313-darwin.so
gcc  -fno-strict-overflow -Wsign-compare -Wunreachable-code -DNDEBUG -g -O3 -Wall    -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -fprofile-instr-use=/Users/erlend.aasland/src/python/build-main/code.profclangd -I../main/Include/internal -I../main/Include/internal/mimalloc -IObjects -IInclude -IPython -I. -I../main/Include     -c ../main/Modules/termios.c -o Modules/termios.o
warning: no profile data available for file "termios.c" [-Wprofile-instr-unprofiled]

from cpython.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.