Messages emitted by a compiler which indicate potential problems in code or configuration.

learn more… | top users | synonyms

0
votes
0answers
8 views

How can a compiler truncate the decorated name of a symbol without affecting behaviour?

Microsoft's Visual C++ compiler has a specific compiler warning, C4503, about truncating decorated names that are longer than the compiler limit (4096 chars). Their description for the warning claims ...
3
votes
1answer
23 views

Visual Studio: Compiler Warnings and errors appear twice in different languages

I have the weird case that in some of my Visual Studio projects the warnings and errors appear multiple times: In my case, one time in english and one time in German. Does anyone know what ...
0
votes
1answer
18 views

Java unchecked or unsafe operations message

I am getting the following error when compiling a Java class in BlueJ. AuctionManager.java uses unchecked or unsafe operations. This error is only displayed when the following deserialization code ...
0
votes
1answer
27 views

How to convert warnings on iOS for “may not respond to XXX” warnings into error?

When i don't define functions in headers, i get this warning on iOS (as normally). However, i would like the compiler to stop compiling and give me error for this one, so i can find it quickly. Is ...
1
vote
1answer
23 views

Recompile with Xlint on BlueJ for warnings details

I'm a student and i have to created a game. I finished but i have to let it with NO warning. I have a warning I don't know where it come from. Myclass.java uses unchecked or unsafe operations. ...
1
vote
1answer
30 views

Can I make SQL*Plus exit with an error on function compilation failure?

I've been working on an Oracle function that will be deployed in an automated fashion via SQL*Plus. Sometimes I make a mistake, and Oracle says: Warning: Function created with compilation errors. ...
0
votes
3answers
27 views

Compile Warnings while writing File, whats wrong?

I'm getting these compile warnings in my function and can't find any errors on my code: warnings: src.c: In function ‘writeFiles’: src.c:119:18: warning: character constant too long for its type ...
1
vote
1answer
30 views

compiler warnings with boost_1_53_0 gzip

#include <boost/iostreams/filtering_stream.hpp> #include <boost/iostreams/filter/gzip.hpp> int main() { using namespace boost::iostreams; filtering_ostream filter; ...
2
votes
1answer
117 views

Why does the compiler warn when overloading an abstract method introduced in the base class?

I have code like this: TBaseClass = class(TObject) protected procedure aMethod(const s:string);virtual;abstract; end; TDerivedClass = class(TBaseClass) protected procedure aMethod(const ...
0
votes
2answers
42 views

Why I got these warnings?

The compiler showed the following warnings for the following code segment. Please help me correct it. if((tmp_n = (struct dot *)shmat(shm_net, NULL, 0)) == (int *) -1) { } warning: comparison of ...
2
votes
1answer
39 views

Unit-testing > unreachable code detected warning

Problem Compiler gives me a warning at a return line with a message: Unreachable code detected Question How can I refactor my unit test so I don't get compiler warning? Any other feedback is ...
0
votes
0answers
15 views

How to get rid of this annoying W8123 warning in my IDE

This is what happened. We downloaded Quickreports 505, installed it, but had to revert to QR504. Now we are getting [BCC32 Warning] W8123 Path 'C:\Program Files\Embarcadero\RAD ...
0
votes
1answer
23 views

Disable -Wreturn-type checking

I am trying to compile Model 5.0 under OS X 10.8.3 I am getting a lot of warnings and errors while compiling. Several of those error are something like xwin.c:31523:2: error: non-void function ...
1
vote
0answers
57 views

php 5.4 compiling: WARNING: unrecognized options: --enable-fastcgi [closed]

I'm trying to install php 5.4.14 on my ubuntu 10.04 server. I need the fastcgi option to be able to run two php versions. This is my configuration: ./configure '--with-libdir=lib64' ...
0
votes
2answers
39 views

Warning message when created a new Form

When i added a new from to my existing project, It shows this Warning Message The type 'Banking_and_Financial_System.UserLoginForm' in 'D:\Internship ...
0
votes
0answers
58 views

Getting error in C, control reaches end of non-void function

Consider the following function: off_t func (const struct inode *inode) { off_t length = 0; read_cache (&length, inode->sector, offsetof (struct inode_disk, length), sizeof (off_t)); ...
2
votes
4answers
74 views

Not All Control Paths Return a Value? Warning

Ive got a short bit of code that is giving me the following the warning upon compilation: 'BGOLUB::Containers::Stack::Pop' : not all control paths return a value Here is the code: ...
1
vote
1answer
44 views

Suspcicious pointer conversion warning

I'm compiling my C code using Microchip's C18 compiler. I'm getting a warning [2054] suspicious pointer conversion in this code: unsigned char ENC_MAADR1 = 0x65; unsigned char ...
1
vote
1answer
51 views

How can I surpress GCC warnings for no prototypes for interrupt routines when -Wmissing-prototypes is used?

I'm writing embedded code in C using MPLABX (IDE for Microchip products) and the XC16 compiler (which is based on GCC). I'm using -Wmissing-prototypes to make sure that I have prototypes for all of ...
0
votes
1answer
37 views

Impossible to suppress a specific clang warning on Mac OS X

I have set -Wno-unused-parameter (and some others) compiler flag, and it is indeed passed to the compiler, but I'm still getting this warning: clang++ -c -pipe -Wno-self-assign -Wno-unused-parameter ...
0
votes
1answer
104 views

“Format string is not a string literal (potentially insecure)” [duplicate]

I'm using Xcode 4.6. My app is working on the device and the simulator, but I get a warning when building: "Format string is not a string literal (potentially insecure)" from this code [sArray ...
0
votes
1answer
57 views

In C++/CX, why don't unreferenced hat ^ parameters generate warnings?

I'm working on a Windows Store app and just bumped Visual Studio's warn level up to 4, so I've been fixing unreferenced parameter warnings. In the process, I've noticed that unreferenced ...
1
vote
2answers
62 views

Will the compiler do different things depending on how I handle unreferenced parameters?

So I've seen a number of threads explaining how to avoid unreferenced parameter warnings, for instance: Avoid warning 'Unreferenced Formal Parameter' C++ What is the purpose of casting to ...
1
vote
2answers
142 views

‘noreturn’ function does return

I have a weird warning: ‘noreturn’ function does return. THis is the function: void hello(void){ int i; i=1; } Why could it be happen? All the call to this function is hello(); EDIT: The all ...
1
vote
1answer
95 views

CodeWarrior compiler warning: “Possible loss of data”

Please consider the following code: unsigned int beta; unsigned int theta; unsigned int m = 4; unsigned int c = 986; unsigned int Rpre = 49900; unsigned int getUAnalog(unsigned char channel) ...
0
votes
1answer
137 views

f951 error: unrecognized command line option

I am on linux and I am compiling the following: mpif90 -shared source.F90 object1.o object2.o -L/some/path -Qoption,link,-rpath=/some/path -I/some/path -lhdf5 -lhdf5_fortran -fPIC -fpp -DDECDEC_ ...
-1
votes
1answer
77 views

Compiling a Java USB program with unusual errors/warnings [duplicate]

I was developing a USB reading Java program to get the name of the attached USB device. This is the code I wrote: import java.io.UnsupportedEncodingException; import java.util.List; import ...
0
votes
0answers
43 views

cmpfile warnings

I have a function containing this code: stopifnot(require("data.table")) setkey(myframe, key.field) newframe <- myframe[, list(min=min(data.field), max=max(data.field), count=.N) ...
0
votes
1answer
98 views

bootstrap class path not set

So I am getting- warning: [options] bootstrap class path not set in conjunction with -source 1.6 And I am about to ask 3 questions about it. I understand that I need to set the bootstrap class path ...
1
vote
1answer
43 views

Warning 4244 (possible loss of data) in template class - Visual Studio 2010

i do have a little problem, I would like to solve. Using a class template, i check the data type with typeid() to handle them in the right manner. template <typename _Ty_Id, ...
1
vote
2answers
38 views

How to configure Visual Studio not to output warnings from libraries?

Is there any way to prevent Visual Studio from printing out warnings from included libraries? \Wall gives me loads of warnings from STL and Qt headers, although I only want to see those originating ...
0
votes
1answer
45 views

How to turn off specific errors in Xcode?

Is there a way to selectively turn off specific errors in Xcode? Specifically, I want to turn off the following errors Use of undeclared identifier.. No visible @interface for ... declares the ...
1
vote
2answers
84 views

Incompatible pointer types warning

I'm still a bit green in iOS development and keep getting a warning that I'm not sure about. I am using a custom cell in a tableview and have set its class to be a subclass of UITableViewCell called ...
1
vote
3answers
41 views

How does getting and setting affect assigning of variables?

C# Homework question: we're doing an exercise in getting and setting, and accessing variables in a very convoluted manner. I have a user message being generated by an if...then loop: if (condition ...
1
vote
3answers
169 views

#pragma warning disable & restore

I Used to c# to create a First Project. I got Many Warning errors and All these Warning error are to be singel Error(Internal compiler error. See the console log for more information.) For Reducing ...
0
votes
2answers
70 views

Compile any C Program using just “make” (From a Makefile)

I'm learning C Programming through "Learn C the Hard Way." I am currently (for quite a long time) on Exercise 2, which can be found here: http://c.learncodethehardway.org/book/ex2.html In the extra ...
1
vote
2answers
39 views

Small issue with validating a binary tree

I wrote this recursive function, which works as expected. It validates a binary tree i.e., it checks whether the given binary tree is a binary search tree or not and gives the correct answer too. ...
6
votes
4answers
147 views

Some Java 7 warnings - how to remove them

I've finally got around to trying to get rid of all those new compiler warnings that Java 7 has kindly generated. I these two left that I cannot fathom. Is there any way of getting rid of them without ...
3
votes
4answers
189 views

Xcode Warning: Ignoring file libxml2.2.dylib, built for unsupported file format which is not the architecture being linked

I have been given the task of adding a few features to an iOS app. I checked out the source on SVN to be greeted with over 100 warnings (argh), thankfully I'm down to the last one, which is: (The ...
0
votes
0answers
34 views

Suppress anonymous structs warning with Clang - “-fms-extensions” doesn't work

I have an Xcode project that I compile with Clang using some 3rd party library with Visual Studio C code. In the 3rd party library anonymous structs are used in header files (I can't really change ...
3
votes
2answers
139 views

Is there an orthodox way to avoid compiler warning C4309 - “truncation of constant value” with binary file output?

My program does the common task of writing binary data to a file, conforming to a certain non-text file format. Since the data I'm writing is not already in existing chunks but instead is put together ...
2
votes
2answers
54 views

I have two questions about the code below

Running this code in VS2010, I get the warnings shown below, but the C-strings "f()" and "g()" are output on the console. Question 1: Why does f() generates the warning and g() doesn't? Aren't ...
1
vote
1answer
33 views

Can Visual Studio warning messages be selectively purged?

Is there any way I can purge certain warning messages in Visual Studio 2010 (or 2012 for that matter). In some instances VS complains that a given CSS property is not known, even though such ...
9
votes
1answer
118 views

Is there a DCC32 option to treat a specific compiler warning as an error?

For command-line builds, I would like to treat warnings (for example "Constructing instance containing abstract method") as errors. I have not found a dcc32 command line option for this purpose in ...
1
vote
1answer
93 views

Compiler gets warnings when using strptime function (C)

Typing man strptime it sais that this function needs to have declared _XOPEN_SOURCE and included time.h header. I did it. But, when I try to compile my code I get: ./check.c:56: warning: implicit ...
1
vote
2answers
130 views

CppUnit expect exception with Assert Throw compiles with warning C4127 [duplicate]

Currently I am writing unit tests in C++ with CppUnit. Recently I needed to check that an exception is thrown in a specific case using CppUnits macro: CPPUNIT_ASSERT_THROW( ...
3
votes
1answer
44 views

Kernel extention compilation: “ld: warning: using ld_classic”

When compiling my kernel extension with the latest version of Xcode, I get the following warning: ld: warning: using ld_classic The kernel extension is working fine, but I don't know how to get rid ...
0
votes
1answer
43 views

Disable warnings coming from a specific folder

I've set up an Xcode project where part of the code (a folder in this case) comes from a svn repository. The folder is constantly updated by an external partner and it contains .h and .m files. In ...
10
votes
3answers
170 views

Have compiler check the number of array initializers

Initializing an array (in C++, but any solution which works for C will likely work here as well) with less initializers than it has elements is perfectly legal: int array[10] = { 1, 2, 3 }; ...
1
vote
1answer
55 views

Handling errors in lexical analysis

I'm writing a lexical analyzer and I would like it to output meaningful and accurate error messages. Like the exact line and column where errors occurred. What's the appropriate way of handling errors ...

1 2 3 4 5 15