Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
warnings
- Page 1
Re: Warnings
Programming
Databases
16 Years Ago
by brechtjah
… a stupid mistake, I can't believe it. Anyway the
warnings
include, but are not limited to: Warning: mysql_connect() [function.mysql… other words: when the connection information is wrong, I get
warnings
, but I don't want these :) Thanks
Warnings
Programming
Databases
16 Years Ago
by brechtjah
… can handle errors just fine on MySQL, but what about
warnings
? If I use the following code I still get to…
Re: Warnings
Programming
Databases
16 Years Ago
by mwasif
Post the
warnings
here.
warnings regarding typecasting
Programming
Software Development
14 Years Ago
by ashwinikuma
I am getting many many
warnings
of this kind in my code. It comes every time … use integer arithmetic on them. How do I fix these
warnings
? Thank you! and warning is : send_serv.c:78: warning: cast…
Re: Warnings
Programming
Databases
16 Years Ago
by nav33n
[quote] if($conn_server = true) { [/quote] This is a comparison operator and you are comparing if the value of $conn_server is "true". So, you should use == instead of =. Apart from that, I don't see anything wrong with your code which could cause an error.
Re: Warnings
Programming
Databases
16 Years Ago
by bluesea50
as nav33n said
Re: Warnings
Programming
Databases
16 Years Ago
by nav33n
You can use @ before mysql statements to supress the warning and error messages. [icode] @mysql_connect(...) [/icode]
Re: Warnings
Programming
Databases
16 Years Ago
by brechtjah
Thanks, that worked :)!
indecipherable warnings/errors...
Programming
Software Development
17 Years Ago
by stubBuddy
… Here's the code, but I break down the
warnings
/errors just after it all: [code] /* Utility function…ReportError(eMsg, 0, TRUE); } } } [/code] The first two
warnings
concern this line: [code]i = _tcslen(flStr);[/code] at one…I couldn't alter the warning. No luck. The two
warnings
are: warning C4047: 'function' : 'const wchar_t *' differs…
Re: Does your site violate security warnings or do you visit those sites despite warnings
Digital Media
Digital Marketing
15 Years Ago
by MktgRob
… links that are listed by users here have security
warnings
. Despite the
warnings
, a study published by Carnegie Mellon mentioned that the… majority of visitors ignore those
warnings
. So if your business site have those
warnings
, do you quickly pay heed?[/QUOTE… action against sites that do nothing to clear up the
warnings
.
Re: g++ warnings
Programming
Software Development
15 Years Ago
by Tom Gunn
…all when I build.[/QUOTE] I haven't seen many
warnings
that were so asinine they could be completely ignored. …because fixing them almost always makes your code better. Separating
warnings
and errors makes sense, and that's the only time…But a better way to split up the errors and
warnings
is redirecting the output of the compiler to a file…
Does your site violate security warnings or do you visit those sites despite warnings
Digital Media
Digital Marketing
15 Years Ago
by InsightsDigital
The reason on why I am mentioning this topic is because I have noticed that many links that are listed by users here have security
warnings
. Despite the
warnings
, a study published by Carnegie Mellon mentioned that the majority of visitors ignore those
warnings
. So if your business site have those
warnings
, do you quickly pay heed?
Not getting 64 bit specific truncation warnings.
Hardware and Software
Linux and Unix
16 Years Ago
by skaushal.schip
…int assignment(truncation) @ line 12. On sparcv9 it is giving
warnings
when used >> CC +w2 -xarch=v9 "warnings2…anybody please tell me how could we get the similar
warnings
on Linux? Which all options are need with gcc …to get the truncation
warnings
on 64-bit linux machine? We have already tried -…
Re: g++ warnings
Programming
Software Development
15 Years Ago
by tux4life
…someone tell me how to suppress all the
warnings
g++ produces? Not specific
warnings
: I know how to do that.… I want to not see any
warnings
at all when I build. Thanks.[/QUOTE] I …really no reason to not want to see the
warnings
. Or are you really begging for bugs in …. IMO you should always compile with all
warnings
on. ([B]-Wall[/B]).
Re: About compiler warnings. Why do folk ignore or turn them off?
Programming
Software Development
9 Years Ago
by mike_2000_17
…warning that way. I've seen software spewing tons of
warnings
about truly harmless code, but in the process, hiding … on the converse, I have seen code in which specific
warnings
are disabled in specific places (using pragmas) after "… a pain to work around (as opposed to most other
warnings
) and (2) people see a performance benefit to violating…
Re: Does your site violate security warnings or do you visit those sites despite warnings
Digital Media
Digital Marketing
15 Years Ago
by schizoman
Personally, I ignore the
warnings
. But then, I run linux and don't worry too … calls bear me out. I have no doubts that security
warnings
deter a significant number of potential users.
Re: Does your site violate security warnings or do you visit those sites despite warnings
Digital Media
Digital Marketing
15 Years Ago
by MktgRob
[QUOTE=schizoman;939632]Personally, I ignore the
warnings
. But then, I run linux and don't worry too … calls bear me out. I have no doubts that security
warnings
deter a significant number of potential users.[/QUOTE] Glad to…
AVG "warnings" ?
Hardware and Software
Information Security
16 Years Ago
by Tumbleweedracef
…", but it does find a BUNCH,(aprox. 200),
WARNINGS
. Here is an example of just one of the…
warnings
..... hklm\software\internetexplorer\activexcompatibility\{002AF282-E42D-4B51-9F70-F1570C02FAAD} … find anything. Avg won't clean these so called "
warnings
", they just keep adding up, more and more ! …
g++ warnings
Programming
Software Development
15 Years Ago
by dumrat
Hi, Can someone tell me how to suppress all the
warnings
g++ produces? Not specific
warnings
: I know how to do that. I want to not see any
warnings
at all when I build. Thanks.
Re: g++ warnings
Programming
Software Development
15 Years Ago
by Tom Gunn
… over.[/QUOTE] All the more reason to clean up the
warnings
too. They will just keep getting in your way, and…] In a perfect scenario there would be no errors or
warnings
. In reality, shipping your code without a clean compile is… before, because I've also been burned by shelving 'minor
warnings
' to meet a deadline. I kind of hope that your…
Re: Does your site violate security warnings or do you visit those sites despite warnings
Digital Media
Digital Marketing
15 Years Ago
by InsightsDigital
I wonder from a SEO perspective, if these security
warnings
(since they are not keyword or SEO related) affects PageRank. I just know that personally, if I see a site that Firefox gives me a warning, I will immediately close off that site, regardless of what it is.
Re: Does your site violate security warnings or do you visit those sites despite warnings
Digital Media
Digital Marketing
15 Years Ago
by MktgRob
…;936188]I wonder from a SEO perspective, if these security
warnings
(since they are not keyword or SEO related) affects PageRank…
Show ALL warnings and messages in project?
Programming
Software Development
14 Years Ago
by dutchaaron
… don't care right now which one) to show all
warnings
and/or messages in a project? Currently, I see all…
warnings
and messages for all open files/documents. It would be… switch an option somewhere or something to show all the
warnings
and messages without needing to open everything. (I ask this…
Re: g++ warnings
Programming
Software Development
15 Years Ago
by Nick Evan
Why on earth would you [I]not[/I] want to see
warnings
? You know that 99% of the
warnings
are actually code-errors that the compiler can compile right?
Re: g++ warnings
Programming
Software Development
15 Years Ago
by dumrat
…. ;) Out of curiosity, why do you want to disable all
warnings
?[/QUOTE] Because I don't really want to wade through… 100s of
warnings
(I did not write the program, I am just taking…
c++ compile warnings
Programming
Software Development
20 Years Ago
by smartintelleng
I go to make my program and I get those
warnings
. I know that they are linked to the exceptions my … I locate the part of my code that causes these
warnings
. [/B] Since theres four, I assume that my code has…
Vector of strings (warnings) ? ?
Programming
Software Development
19 Years Ago
by j1979c
…, double, etc. Though there's no error...but there's
warnings
...and sometimes the program hangs if i do sortings. Here…'s an (without sorting but still getting
warnings
) example: [code] #include <iostream> #include <vector>…
eliminating active-x warnings for pop-up
Programming
Web Development
16 Years Ago
by Neptuned
… launch the pop-up containing the player I get security
warnings
for script and active-x which is a big no… would appreciate if someone can please help me eliminate the
warnings
and tell me where I am going wrong. Here is…
Re: g++ warnings
Programming
Software Development
15 Years Ago
by Tom Gunn
[QUOTE]How aggressive...[/QUOTE] It's a sign of how much everyone cares. A good friend will try to stop you from doing something dumb. ;) Out of curiosity, why do you want to disable all
warnings
?
Re: Vector of strings (warnings) ? ?
Programming
Software Development
15 Years Ago
by borlys
…, double, etc. Though there's no error...but there's
warnings
...and sometimes the program hangs if i do sortings. Here…'s an (without sorting but still getting
warnings
) example: [code] #include <iostream> #include <vector>…
1
2
3
17
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC