l i n u x - u s e r s - g r o u p - o f - d a v i s
L U G O D
 
Next Meeting:
December 2: Social Gathering
Next Installfest:
TBA
Latest News:
Nov. 18: Officers elected
Page last updated:
2006 Jun 02 14:57
Events
 Meetings
 Installfests
 Demos
 Photos
Services
 Library
 LERT
 Jobs
 Documents
Interact
 Mailing Lists
 - Search
 - Archives
 Chat (IRC)
 Social Networks
About Us
 Members
 Projects
 Testimonials
 Call for Speakers
 Why Not MS?
 Finances
 Sponsors

^Home
?Search
?News & RSS
?Calendar
@Contact Us
$Buy Stuff
=Printable


The following is an archive of a post made to our 'vox-tech mailing list' by one of its subscribers.

Report this post as spam:

(Enter your email address)
Re: [vox-tech] gcc and quieting warnings
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [vox-tech] gcc and quieting warnings



On Fri 02 Jun 06, 12:27 PM, Bill Kendrick <nbs@sonic.net> said:
> On Fri, Jun 02, 2006 at 11:53:43AM -0400, Peter Jay Salzman wrote:
> > I always use -W -Wall when I compile code.  However, sometimes, I want gcc
> > to ignore certain instances of a warning.  For example, in something like a
> > stub function, or a signal callback, or even an API function that doesn't
> > use all the parameters, like:
> > 
> >    JNIEXPORT void JNICALL
> >    Java_HelloWorld_print( JNIEnv *env, jobject obj )
> <snip>
> 
> It may be sufficient to simply not NAME the variables, e.g.:
> 
>   Java_HelloWorld_print(JNIEnv*, jobject)
>   ...
 
In the middle of something -- will try later, but if this works, THANKS!!
This would be a neat trick!
 
> > gcc of course complains about unused parameters.  Of course, I *could*
> > simply not use -W -Wall, but I don't want to NOT use -W -Wall just
> > because I haven't gotten around to finishing a stub function.  Besides,
> > active development is the best time to turn on compiler warnings.
> 
> The other alternative is to actually use the variables, but it's kind of
> klugey.  Like:
> 
>   obj = obj;  /* NUL OP ;) */

Thought of this.  Actually, I think this might be better:

   (void) obj;

Pete
_______________________________________________
vox-tech mailing list
vox-tech@lists.lugod.org
http://lists.lugod.org/mailman/listinfo/vox-tech



LinkedIn
LUGOD Group on LinkedIn
facebook
LUGOD Group on Facebook

Hosting provided by:
Sunset Systems
Sunset Systems offers preconfigured Linux systems, remote system administration and custom software development.

LUGOD: Linux Users' Group of Davis
1105 Kennedy Place, Suite 1, Davis, CA 95616
Contact Us

LUGOD is a 501(c)7 non-profit organization
based in Davis, California
and serving the Sacramento area.
"Linux" is a trademark of Linus Torvalds.

Sponsored in part by:
No Starch Press
For book donations.