unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Warning in emacsclient.c
@ 2009-07-03 13:50 Eli Zaretskii
  2009-07-03 14:42 ` Jason Rumney
  0 siblings, 1 reply; 2+ messages in thread
From: Eli Zaretskii @ 2009-07-03 13:50 UTC (permalink / raw)
  To: Jason Rumney; +Cc: emacs-devel

The new function w32_set_user_model_id installed by this change:

    2009-06-30  Jason Rumney  <jasonr@gnu.org>

	    * emacsclient.c (w32_give_focus): Use GetModuleHandle for library
	    that is already loaded.
	    (w32_set_user_model_id): New function.
	    (main): Use it to associate emacsclient with emacs (bug#1849).

causes GCC to print a warning while compiling emacsclient:

    emacsclient.c: In function `w32_set_user_model_id':
    emacsclient.c:399: warning: parameter names (without types) in function declaration

I don't want to mess with this myself because I don't have access to
Windows 7 to make sure I don't break the change.




^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Warning in emacsclient.c
  2009-07-03 13:50 Warning in emacsclient.c Eli Zaretskii
@ 2009-07-03 14:42 ` Jason Rumney
  0 siblings, 0 replies; 2+ messages in thread
From: Jason Rumney @ 2009-07-03 14:42 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: emacs-devel

Eli Zaretskii wrote:
> causes GCC to print a warning while compiling emacsclient:
>
>     emacsclient.c: In function `w32_set_user_model_id':
>     emacsclient.c:399: warning: parameter names (without types) in function declaration
>   
Oops, missed that. It was a misspelling, but I've changed it to use the 
standard type instead of Microsoft's Hungarian macro.




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-07-03 14:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-03 13:50 Warning in emacsclient.c Eli Zaretskii
2009-07-03 14:42 ` Jason Rumney

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).