473,386 Members | 1,842 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

so many warnings

When compiling in Debug mode with MSVC++ 6.0 and using STL, I get 237
warnings about strings beeing truncated to 255 characters. The program runs
just fine but I'm sick of the warnings :-o Any ideas?

This doesn't happen in Release mode...

--
Lasse

----------------

One of the warnings:

Warning C4786:
'std::pair<std::_Tree<std::basic_string<char,std:: char_traits<char>,std::all
ocator<char>
,std::pair<std::basic_string<char,std::char_trait s<char>,std::allocator<cha r> > const ,int>,std::map<std::basic_string<char,std::char_tr aits<cha
r>,std::allocator<char>,int,std::less<std::basic_string<char,std::char_t raits<char>,std::allocator <char> > >,std::allocator<int>::_Kfn,std::less<std::basic_string<char,std::char _traits<char>,std::allocat

or<char> > >,std::allocator<int> >::iterat
or,bool>' : identifier was truncated to '255' characters in the debug
information
Jul 19 '05 #1
4 4528

"Lasse Skyum" <no spam> wrote in message
news:3f***********************@dread16.news.tele.d k...
When compiling in Debug mode with MSVC++ 6.0 and using STL, I get 237
warnings about strings beeing truncated to 255 characters. The program runs just fine but I'm sick of the warnings :-o Any ideas?

This doesn't happen in Release mode...

--
Lasse

----------------

One of the warnings:

Warning C4786:
'std::pair<std::_Tree<std::basic_string<char,std:: char_traits<char>,std::all ocator<char>

,std::pair<std::basic_string<char,std::char_trait s<char>,std::allocator<cha
r> > const ,int>,std::map<std::basic_string<char,std::char_tr aits<cha
r>,std::allocator<char>

,int,std::less<std::basic_string<char,std::char_t raits<char>,std::allocator
<char> > >,std::allocator<int>

::_Kfn,std::less<std::basic_string<char,std::char _traits<char>,std::allocat
or<char> > >,std::allocator<int> >::iterat
or,bool>' : identifier was truncated to '255' characters in the debug
information


Put this at the top of your source file:

#pragma warning(disable: 4786)

Just as a friendly tip, questions specific to VC++ might be more likely to
be answered on microsoft.public.vc.language, but I'm glad I was able to help
out with this question!
Jul 19 '05 #2


Lasse Skyum wrote:

When compiling in Debug mode with MSVC++ 6.0 and using STL, I get 237
warnings about strings beeing truncated to 255 characters. The program runs
just fine but I'm sick of the warnings :-o Any ideas?

This doesn't happen in Release mode...


If you read the message carefully (I know its hard to do that since it is that
long), you notice that it ends in:

... identifier was truncated to '255' characters in the debug information

Note especially the last 2 words: debug information.

The compiler is telling you that the info he leaves in the executable for
the debugger may be invalid because it had to truncate it.

For program execution this has no effect, it's just that your debugger
might operate in funny ways.

To get rid of this message (which according to Microsoft documentation
can be safely ignored) put a

#pragma warning( 4786: disable )

as the very first line in your source file (before all the includes).

--
Karl Heinz Buchegger
kb******@gascad.at
Jul 19 '05 #3
Thanks a lot guys, it works just fine now!
Jul 19 '05 #4

"Lasse Skyum" <no spam> wrote in message
news:3f***********************@dread16.news.tele.d k...
When compiling in Debug mode with MSVC++ 6.0 and using STL, I get 237
warnings about strings beeing truncated to 255 characters. The program runs just fine but I'm sick of the warnings :-o Any ideas


This is MSVC's way of warning you of its inadequacies. You will want to add
the line

#pragma warning (disable : 4786)

liberally throughout your headers.
Jul 19 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

10
by: Kylotan | last post by:
I have the following code: def IntToRandFloat(x): """Given a 32-bit integer, return a float in """ x = int(x) x = int(x << 13) ^ x return...
12
by: Gary | last post by:
Hi! guys, I have a SQL agent job fails because it gets 10 warnings when it runs a stored procedure. These warnings are trivial and can be ignored. Can I make it ignore these warnings and...
3
by: Terry Richards | last post by:
mysql 4.1.9-standard how do i find exactly what the warnings are when i only get Query OK, 1 row affected, 1 warning (0.00 sec) :-)^2
30
by: prasanna | last post by:
i will be very thankful if you sent all the errors and warnings regarding to the language C thank you
22
by: John Fisher | last post by:
void f(int p) { } Many (most?) compilers will report that p is unreferenced here. This may not be a problem as f may have to match some common prototype. Typically pointers to functions are...
2
by: funkyj | last post by:
I've been googling around trying to find the answer to this question but all I've managed to turn up is a 2 year old post of someone else asking the same question (no answer though). ...
6
by: pete142 | last post by:
When I compile this code: typedef unsigned char BYTE; BYTE * IpString(unsigned int ip) { static BYTE ipString; ipString = (BYTE) 0xff & (ip >24); ipString = (BYTE) 0xff & (ip >16);
3
by: gil | last post by:
Hi, I'm trying to find the best way to work with compiler warnings. I'd like to remove *all* warnings from the code, and playing around with the warning level, I've noticed that compiling with...
1
by: billiejoex | last post by:
Hi there, into a module of mine I 'warn' a message if a certain situation occurs: def add_anonymous_user(permissions=('r'): if 'w' in p: import warnings warnings.warn("it's not rencommended...
1
by: Robert Singer | last post by:
Platform: winXP, excel 2003 Python 2.5.2 XLWriter 0.4a3 (http://sourceforge.net/projects/pyxlwriter/) Is anyone here using this very nice package, for writing excel files? I'm using it on...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.