Skip to content

Commit

Permalink
Add primitive CPPLINT.cfg.
Browse files Browse the repository at this point in the history
We'll add more things to this as we discover other warnings we don't
care about.

Change-Id: I408f688827cab0f74e055d8f1778069163663f0b
  • Loading branch information
DanAlbert committed Jan 29, 2015
1 parent 3780aba commit 6ac4dd8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CPPLINT.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
set noparent
filter=-build/header_guard,-runtime/int,-readability/function
2 changes: 1 addition & 1 deletion libc/include/stdlib.h
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ extern long labs(long) __pure2;
extern long long llabs(long long) __pure2;

extern char * realpath(const char *path, char *resolved);
extern int system(const char * string);
extern int system(const char *string);

extern void * bsearch(const void *key, const void *base0,
size_t nmemb, size_t size,
Expand Down

0 comments on commit 6ac4dd8

Please sign in to comment.