mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-28 07:18:30 +00:00
parent
446a1f7c5a
commit
06f9a5b627
34 changed files with 115 additions and 51 deletions
4
third_party/tidy/attrs.c
vendored
4
third_party/tidy/attrs.c
vendored
|
@ -14,6 +14,10 @@
|
|||
#include "libc/fmt/fmt.h"
|
||||
#include "third_party/tidy/utf8.h"
|
||||
|
||||
#if __GNUC__ >= 11 /* [jart] this one looks legit */
|
||||
#pragma GCC diagnostic ignored "-Wmisleading-indentation"
|
||||
#endif
|
||||
|
||||
/*
|
||||
Bind attribute types to procedures to check values.
|
||||
You can add new procedures for better validation
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue