A warning-level error message thrown by a compiler indicates a piece of code which the compiler recognizes as being potentially a problem, but which is syntactically correct such that the compiler is able to continue.
0
votes
2answers
20 views
Warning: mysql_result() [function.mysql-result]: Unable to jump to row 0 on MySQL
I am trying to use a function I created
function user_id_from_username($username){
$username = sanitize ($username);
return mysql_result(mysql_query("SELECT `user_id` FROM `users` WHERE `username` = ...
1
vote
2answers
108 views
c++ template custom warning
I'm working with C++11 and i have some code which is equivalent to
template<typename T1, typename T2>
auto add_func( const T1& lhs, const T2& rhs )
{
return lhs + rhs;
}
when I ...
3
votes
1answer
34 views
How to get a warning when a FLOAT value is inserted into an INT column in MySQL?
I have acreated a Table containing a column of type INT:
CREATE TEMPORARY TABLE `myTab` (`int` INT, `text` TEXT, `float` FLOAT);
Now I try to add a float value into the INT column
INSERT INTO ...
0
votes
1answer
9 views
Warning POM missing in the jar
I have created the jar through maven from some other project. The jar reside in the location repository. The jar contains the pom.xml file in META-INF/maven///pom.xml
and pom.properties.
I have also ...
0
votes
1answer
18 views
Change php error reporting to hide warnings for specific site only [closed]
Imagine a couple of sites-enabled available from /etc/apache2/sites-available. (Only Debian-based distros work like this.)
Is it possible to mute warning messages from php scripts from a specific ...
0
votes
2answers
21 views
PHP Config.php for write to flat file
The php code grabs values from a form and writes it to flat file. This code works locally but when I place it on the host I get the the two errors. Local instance doesn't require a config.php in the ...
0
votes
0answers
9 views
Warning: Illegal string offset 'add_parameter' in Smart Job Board Script
I'm dealing with Smart job board script. Till now every thing was fine, Suddenly i don't what happens its showing the following error.
Warning: Illegal string offset 'add_parameter' in ...
0
votes
1answer
37 views
Disabling clang C++11 warnings
I cannot for the life of me get clang to stop warning me about C++11 extensions. Anywhere I use "auto" or any other C++11 extension it spits out a warning.
I have the flag -Wno-c++11-extension but it ...
0
votes
0answers
15 views
Warning MSB3270 in Fakes projects
After migration to VS2012 (Update 2) and using Fakes, MSBuild began to show a new warning:
There was a mismatch between the processor architecture of the project being built "MSIL" and the processor ...
0
votes
2answers
48 views
Java unchecked warnings add arraylist
Here is the main program
public class MainPerson {
public MainPerson(){}
public static void StartMainPerson()
{
int i = 1;
ArrayList<SortedPair> PersonList;
...
0
votes
1answer
32 views
Debian aptitude install: 'find' not found in PATH or not executable
When I try to install any package such as php5, it gives me this error.
I did update and upgrade all libraries.
root@host:~# apt-get install apache2-mpm-prefork libapache2-mod-php5
Reading package ...
6
votes
3answers
80 views
Should this code cause a warning
I came across code similar to that below which is legal, albeit not very clever. Two stack variables in the same function in scope at the same time with the same name is legal but it can cause ...
0
votes
0answers
18 views
Check for duplicate field values in Dynamic Table rows
On my quest to develop an easy to use, not so easy to programme user interface, I have come accross an issue of duplicate entries.
I would like to detect if a duplicate entry has been made and if so ...
0
votes
1answer
51 views
how to disable the warning (seems not one common warning )for this code sample in c++/gcc compile?
how to disable the warning for this code sample in c++/gcc compile?
the warning seems it isn't a common warning. So how to disable it?
is it similar with followed code?
#pragma GCC diagnostic push
...
2
votes
1answer
40 views
How can I return a list of a certain type when calling a generic method that accepts a Class<T> and returns a T?
I'm calling a method from a library with this signature:
public <T> T get(Class<T> c)
And I'd like to get a List<MyClass> as a return value. But calling it like this does not ...
0
votes
1answer
28 views
PHP: why is “Strict standards: Declaration of x should be compatible with y” applied to static methods?
The PHP warning, "Strict standards: Declaration of x should be compatible with y" warns you if you write code like:
class A {
function foo($x) {
..
}
}
class B extends A {
function foo() {
...
2
votes
1answer
28 views
Selective suppressWarnings() that filters by regular expression
In an attempt to generate code that runs without warnings and hence can be run with options(warn=2), I am looking for an implementation of the suppressWarnings routine that would only filter warnings ...
0
votes
1answer
41 views
Compiler warning 'await' operator, should I ignore it?
I have a little button code like this:
private void CreateButton_Click(object sender, RoutedEventArgs e)
{
var MsgDialog = new MessageDialog("MY MESSAGE");
MsgDialog.Commands.Add(new ...
0
votes
1answer
37 views
Xcode warning: The specified input encoding is Unicode (UTF-8), but file contents appear to be Unicode (UTF-16); treating as Unicode (UTF-16)
I create the .strings file by using genstrings command. Output file of this command encoded with UTF-16, but when i add generated .strings file to my project and then bild, Xcode show warning:
The ...
0
votes
1answer
12 views
Can there be an error in data that causes a graph to give a warning?
When I use the graph api to get public data from pages, I get for some pages a warning and other pages work fine.
The warning is: file_get_contents(http://graph.facebook.com/318993554879922) ...
0
votes
0answers
33 views
The logcat can't show me the Exception message
I only have one Activiy , it contain these code.
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
Log.e("asdasd", ...
0
votes
1answer
53 views
Unknown reason for gcc warning: assignment makes pointer from integer without cast [closed]
This is supposed to be compiled into a static library for homework. When I use the command: "gcc -c innoprompt.c inprompt.c" I recieve the warning and it points to the line "fin = openFilePrompt();" ...
1
vote
5answers
76 views
reason for two eclipse warnings
I was wondering what are the main reasons why eclipse warns developers about the following things:
The value of the local variable xxx is not used
The import XXX is never used
I'm thinking that ...
2
votes
0answers
38 views
R devel: Warning: multiple methods tables found for ‘append’
I am maintaining an R package that recently started throwing the following warning during R CMD check packagename:
** testing if installed package can be loaded
Warning: multiple methods tables ...
0
votes
0answers
11 views
Hudson Warnings Plugin : How to set the threshold for failing a build ?
I have installed the Warnings Plugin version 4.23-h-1 on Hudson 3.0.0. We use Rational Clearcase as our SCM and my Hudson instance builds a Flex & Java application by polling the SCM for changes. ...
0
votes
1answer
51 views
C# between two dates search
I have a data (access) and I using a datetimePicker. I have nearly a thousand datas
Name: Birthday:
AAAA 05.02.2000
BBBB 01.08.1995
CCCC 04.07.1995
DDDD ...
1
vote
0answers
40 views
Warnings with Homebrew
I did everything from this link http://www.moncefbelyamani.com/how-to-install-xcode-homebrew-git-rvm-ruby-on-mac/#lion-install
But when I do command "brew doctor" I see warnings:
Warning: "config" ...
0
votes
1answer
26 views
Facebook iOS SDK FRAMEWORK_SEARCH_PATH
I am using Facebook iOS SDK 3.5 in my ipad App. I added framework, setup everything and everything is working fine. But when I copied my project source code to some other place other than where it is ...
0
votes
2answers
68 views
Warning JInstaller: :Install: Cannot find Joomla XML setup file
When i trying to Upload com_jconverter_v0.3.zip Package File not working
show this error
Warning
JInstaller: :Install: Cannot find Joomla XML setup file
0
votes
0answers
11 views
Problems with connected Libraries
I'm running xcode 4.6.2
I'm trying to add a group of libraries to my project and keep getting this warning
ld: warning: ignoring file /Developer/SMART Board SDK 11.0/C++ Objective C/lib/libSBSDK.a, ...
0
votes
1answer
50 views
“Unused wild import”: Why?
Whenever I import from another module using an asterisk (from import *) I am fined with an "unused wild import"-warning. It appears as if this is not the right way to do the import, but why does that ...
3
votes
2answers
125 views
Verbose deprecation warnings in Django
After upgrading from django 1.3 to django 1.5 I started to see these DeprecationWarnings during the test run:
path_to_virtualenv/lib/python2.6/site-packages/django/http/request.py:193:
...
-2
votes
1answer
54 views
C++ on Qt creator , library?? or what? [closed]
i can't run my qt project because of some errors that i don't understand, i think they refer to library errors, but i'm not sure, it also returns a strange warning.
Can somebody try to run my project ...
1
vote
1answer
28 views
Disable Lint warning “The view name suggests this is a number but it does not include a numeric inputType”
I've searched through the list of warnings in the Lint Error Checking preferences but can't find it. The list is a bit too long to check every warning to see if it's the one I want, and filtering the ...
1
vote
3answers
35 views
Safari Warning On Certificate
We have recently started receiving warnings from Safari: "Safari can't verify the identity of the websites 's-static.ak.facebook." The certificate for the website is invalid. You might be connecting ...
0
votes
0answers
20 views
“warning: assignment makes integer from pointer without a cast” there is no pointer
The warning "warning: assignment makes integer from pointer without a cast" is appearing in the line:
for (lin = lin_inicial; lin < (lin_inicial + num_linhas); lin++)
lin is declared as int lin;.
...
0
votes
1answer
44 views
non-local variable uses anonymous type warning in C++
I'm compiling a C++ application which uses a C library with GCC 4.7.
when I compile, I recieve the following warning:
warning: non-local variable ‘const ptg_t param’ uses anonymous type
warning: ...
0
votes
1answer
46 views
Eclipse CDT with MinGW displays warnings as errors
I have a little problem.
I just installed Eclipse CDT and created a C project using MinGW and all my simple warnings (like "unused variable" etc) are shown as errors.
The program build fine and I ...
0
votes
2answers
56 views
Why is the use of the conditonal operator giving the warning “pointer/integer type mismatch ” in my program? [duplicate]
Here's my program:
int main()
{
printf("%d : %s\n", errno, (errno==0)?"no error":strerror(errno));
}
It gives this warning upon compilation:
warning: pointer/integer type mismatch in ...
2
votes
1answer
134 views
How to solve “can't write resource [META-INF/MANIFEST.MF] (Duplicate zip entry)”?
I'm using IntelliJ and running Proguard in debug mode but I can't seem to get rid of warnings such as:
ProGuard: [MyApplication] Warning: can't write resource [META-INF/MANIFEST.MF] (Duplicate zip ...
0
votes
2answers
40 views
Type name does not correspond to file name?
This warning message is popped up when my mouse is over my class name, I can understand that the file name should be named exactly as the class name (or vice-versa) (which is defined in the cs file). ...
1
vote
3answers
53 views
Unchecked cast warning in Java
Eclipse says: Type safety: Unchecked cast from Object to ObjectArrayList<Car> when I do:
final ObjectArrayList<Car> icars = (ObjectArrayList<Car>) cars[i];
where cars is defined ...
0
votes
3answers
31 views
How do I disable only certain/specific warnings in my XML files?
I am using Eclipse. I want to disable a certain warning in my XML and leave all of the other warnings alone. Because some of my strings are consists of many sub parts, example:
1. blah blah blah ...
0
votes
1answer
66 views
Ios UIActionSheet gives warning while dismissing
I'm using a UIActionSHeet to select from multiple sharing options (facebook, twitter, mail)
But after I select the option I get this warning
Warning: Attempt to dismiss from view controller ...
0
votes
1answer
43 views
What would cause this, 'Could not find schema information for the element'
My application was working perfectly fine. I had made a modification to my webservice and I wanted to 'Update Service Reference' in my winforms application. When I clicked 'Update Service ...
2
votes
1answer
65 views
Create warnings in R
I wanna write a script whicht makes R usable for "everybody" at this special topic of analysis. Is there a possibility to create warnings?
time,value
2012-01-01,5
2012-01-02,0
2012-01-03,0
...
0
votes
2answers
85 views
Warning: Illegal string offset in PHP 5.4 [duplicate]
I upgraded to PHP 5.4 today and I am receiving some strange warnings:
Warning: Illegal string offset 'quote1' in file.php on line 110
Warning: Illegal string offset 'quote1_title' in file.php on line ...
3
votes
1answer
56 views
warning: Duplicated ref when git push
when push master branch to remote target:tmp
git push tmp master
i get this message
warning: Duplicated ref: refs/heads/master
push can still success.
but what is this message mean?
how can i ...
-1
votes
4answers
46 views
Invalid argument in PHP form - foreach() [closed]
I keep getting a "Warning: Invalid argument supplied for foreach() on line 102" message when I test my PHP contact form. I have rebuilt my website recently, but I am using the exact same PHP contact ...
0
votes
1answer
30 views
How to avoid UAC in second run of program?
I've written a C# application which adds to autorun on first launch.
But I have a problem: when autorun starts the program, UAC displays a warning like this:
How can I prevent this?





