Skip to content

Commit

Permalink
Fix compiler warnings and errors
Browse files Browse the repository at this point in the history
  • Loading branch information
hschmidt committed Feb 20, 2023
1 parent 5779b6e commit 81ab898
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion EnvAgent/EnvAgent.m
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
#import "Constants.h"
#import "Interpolator.h"

int _try_main( int argc, const char **argv )
static int _try_main( int argc, const char **argv )
{
NSLog( @"Started agent %s (%u)", argv[ 0 ], getpid() );
/*
Expand Down
1 change: 1 addition & 0 deletions EnvPane/EnvVarsTableView.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
*/

#import <Foundation/Foundation.h>
#import <Cocoa/Cocoa.h>


@interface EnvVarsTableView: NSTableView
Expand Down

0 comments on commit 81ab898

Please sign in to comment.