Skip to content

Commit

Permalink
Fix a few warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
galad87 committed Jan 23, 2019
1 parent 557a331 commit 27080c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions macosx/HBController.m
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
It may be used under the terms of the GNU General Public License. */

#import "HBController.h"
#import "HBAppDelegate.h"
#import "HBFocusRingView.h"
#import "HBToolbarBadgedItem.h"
#import "HBQueueController.h"
Expand Down
3 changes: 2 additions & 1 deletion test/test.c
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ static volatile int work_done = 0;
static void SigHandler( int );

/* Utils */
static void ShowHelp();
static void ShowHelp(void);
static void ShowCommands()
{
fprintf(stdout, "\nCommands:\n");
Expand Down Expand Up @@ -2832,6 +2832,7 @@ static int ParseOptions( int argc, char ** argv )
case PAD:
{
free(pad);
pad = NULL;
if (optarg != NULL)
{
pad = strdup(optarg);
Expand Down

0 comments on commit 27080c7

Please sign in to comment.