I am using gcc 4.1.2 on Linux, and I encountered the following warning:
warning: type qualifiers ignored on function return type
I tried to use "-Wno-ignored-qualifiers" to get rid of this warning but it seems not supported:
cc1: error: unrecognized command line option "-Wno-ignored-qualifiers"
Is there a way to disable such warnings in gcc 4.1.2?
Thanks a lot.
i tried to install pulse audio, after doing ./configure i got a warning message as
===== WARNING WARNING WARNING WARNING WARNING WARNING WARNING =====
You do not have udev support enabled.
I am trying to use WebView in my application.
That's a warning problem, i now that it will not crash my app, but i want that all is perfect in my code :)
I got a warning when i added this line (so i make javaScript functionnal):
myWebView.getSettings().setJavaScriptEnabled(true);
I searched an explation for this warning, and that's what i found:
Your code should not invoke setJavaScriptEnabled
I use the command cvs -d :pserver:anoncvs@cvs.freedesktop.org:/cvs/xorg co -r xgl-0-0-1 xserver/xorg to download xgl in my /cvs/xserver/xorg .
then I'm trying to complile Xgl , but I'm getting this:
Code:
/../../fb -g -O2 -MT xglglxext.lo -MD -MP -MF .deps/xglglxext.Tpo -c xglglxext.c -fPIC -DPIC -o .libs/xglglxext.o
I'm an absolute beginner at writing programs in C, and I'm having difficulty compiling a simple Hello, world program. Here's my code:
/* This code is a .c file that prints out the words hello, world. */
include
int main()
{
printf("Hello World!
What does the warning 'section XXX type changed to PROGBITS' mean, and how do I avoid it? I'm compiling some code to run on a sub-processor, and I'm getting this warning during the linking stage.
When I run cheese in terminal, it gives following message and cheese comes up with black screen, and nothing works in it.
Any help will be highly appreciated.
(cheese:2966): Gtk-WARNING **: Attempting to add a widget with type GtkImage to a GtkButton, but as a GtkBin subclass a GtkButton can only contain one widget at a time; it already contains a widget of type GtkLabel
** (cheese:2966): WARNI
When I run cheese in terminal, it gives following message and cheese comes up with black screen, and nothing works in it.
Any help will be highly appreciated.
Thank You
(cheese:2966): Gtk-WARNING **: Attempting to add a widget with type GtkImage to a GtkButton, but as a GtkBin subclass a GtkButton can only contain one widget at a time; it already contains a widget of type GtkLabel
** (cheese:296
I have configured our managed servers (on WebLogic 10.3.5) to use SSL with custom identity/trust keystores and all that has been working fine. However, after completing the SSL configuration, we started getting some warning messages saying "Invalid/unknown SSL header was received from peer".