Giter Club home page Giter Club logo

Comments (8)

GoogleCodeExporter avatar GoogleCodeExporter commented on June 20, 2024
Can we get away with putting these #pragmas into the .cc files?  If not, will 
this do
what we want in the headers?:

#pragma warning( push )
#pragma warning( disable : 4530 )
[...file contents...]
#pragma warning( pop )

I want to affect the warning state for other code as little as possible.

Original comment by [email protected] on 29 Sep 2006 at 6:38

from google-breakpad.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 20, 2024
I think you can put them into the .cc files, yeah, or you can do the push/pop.  
You
just have to have that warning disabled while you include std::*.

Original comment by ted.mielczarek on 29 Sep 2006 at 7:29

from google-breakpad.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 20, 2024
Amended to push/pop in the headers, and I had to stick a disable in one cc file 
as
well.  This gets rid of all of those warnings in my build.

Original comment by ted.mielczarek on 30 Sep 2006 at 9:00

Attachments:

from google-breakpad.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 20, 2024

Original comment by [email protected] on 18 Oct 2006 at 1:45

  • Added labels: Component-Client-Handler, OpSys-Windows

from google-breakpad.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 20, 2024
We've added a number of new files since this patch was initially created.  Ted, 
could
you provide a new patch?

Original comment by [email protected] on 27 Oct 2006 at 4:14

from google-breakpad.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 20, 2024
Updated to tip.

Original comment by ted.mielczarek on 27 Oct 2006 at 6:42

Attachments:

from google-breakpad.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 20, 2024
Oops, plus that comment in crash_report_sender.cc.

Original comment by ted.mielczarek on 27 Oct 2006 at 6:45

Attachments:

from google-breakpad.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 20, 2024
Checked in, revision [56].

Original comment by [email protected] on 27 Oct 2006 at 7:47

  • Changed state: Fixed

from google-breakpad.

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.