Skip to content

Commit

Permalink
linux_proc and sysylog PMDAs: get rid of some build/compilation warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
kmcdonell committed Aug 25, 2023
1 parent d05d248 commit 001f312
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion src/pmdas/linux_proc/gram.y
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ extern void yyerror(const char *s);
extern int yylex(void);
extern int yyparse(void);

extern int yy_scan_string(const char *);
extern char * yy_scan_string(const char *);
#define YYDEBUG 0
#define YYERROR_VERBOSE 0

Expand Down
2 changes: 0 additions & 2 deletions src/pmdas/rsyslog/GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ include $(BUILDRULES)

default: build-me check_domain

include $(BUILDRULES)

ifeq "$(HAVE_PERL)" "true"
build-me: $(MAN_PAGES)
install: default
Expand Down

0 comments on commit 001f312

Please sign in to comment.