brettpoole / growl

Automatically exported from code.google.com/p/growl
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

GrowlMenu.h and GrowlMenu.m have mismatched method attributes #491

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Try to compile growl 1.3.3 with clang 3.1 (tags/Apple/clang-318.0.58)
2. Warning on GrowlMenu.h and GrowlMenu.m having mismatched method attributes 
for openGrowlPreferences:(id)sender and startStopGrowl:(id)sender.

What is the expected output?
No build error with clang.

What do you see instead?
A warning causing the build to abort with -Werror.

Please use labels and text to provide additional information.
See the attached patch, which fixes the problem.

Original issue reported on code.google.com by neverpa...@gmail.com on 1 Jun 2012 at 11:39

Attachments:

GoogleCodeExporter commented 8 years ago
If this is still a problem with the 1.4 source, let us know. Setting to waiting 
on user until the 1.4 source is pushed.

Original comment by ch...@growl.info on 2 Jun 2012 at 2:16

GoogleCodeExporter commented 8 years ago
No comment and 1.4 has been pushed for a while. Closing.

Original comment by ch...@growl.info on 27 Aug 2012 at 2:03