Skip to content
This repository has been archived by the owner on Jun 13, 2024. It is now read-only.

Get rid of compile warnings #4

Closed
zer0n opened this issue Dec 5, 2015 · 2 comments
Closed

Get rid of compile warnings #4

zer0n opened this issue Dec 5, 2015 · 2 comments

Comments

@zer0n
Copy link

zer0n commented Dec 5, 2015

Add to code files.

#pragma warning(push, 0)        
//include of 3rdparty headers
#pragma warning(pop)

A no-code-change solution would be preferred.

@pavlejosipovic
Copy link

There is no compiler warnings anymore.

@zer0n
Copy link
Author

zer0n commented Feb 10, 2016

There're still linking warnings, associated with LevelDB. Is it possible/easy to get rid of them too?

     3>LevelDb.lib(builder.obj) : warning LNK4099: PDB 'vc120.pdb' was not found with 'LevelDb.lib(builder.obj)' or at 'C:\workspace\caffe\Build\x64\Release\vc120.pdb'; linking object as if no debug info [C:\workspace\caffe\windows\caffe\caffe.vcxproj]
...

zer0n pushed a commit to zer0n/caffe that referenced this issue Sep 2, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants