-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: cleanup and silencing warnings
- Loading branch information
Showing
35 changed files
with
41 additions
and
195 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,6 +10,7 @@ | |
// Author: Jyrki Alakuijala ([email protected]) | ||
// | ||
|
||
#pragma clang diagnostic ignored "-Wquoted-include-in-framework-header" | ||
#ifndef WEBP_ENC_BACKWARD_REFERENCES_ENC_H_ | ||
#define WEBP_ENC_BACKWARD_REFERENCES_ENC_H_ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,6 +11,7 @@ | |
// | ||
// Author: Skal ([email protected]) | ||
|
||
#pragma clang diagnostic ignored "-Wquoted-include-in-framework-header" | ||
#ifndef WEBP_UTILS_BIT_WRITER_UTILS_H_ | ||
#define WEBP_UTILS_BIT_WRITER_UTILS_H_ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,6 +12,7 @@ | |
// Authors: Jyrki Alakuijala ([email protected]) | ||
// Urvang Joshi ([email protected]) | ||
|
||
#pragma clang diagnostic ignored "-Wquoted-include-in-framework-header" | ||
#ifndef WEBP_UTILS_COLOR_CACHE_UTILS_H_ | ||
#define WEBP_UTILS_COLOR_CACHE_UTILS_H_ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,6 +11,7 @@ | |
// | ||
// Author: Skal ([email protected]) | ||
|
||
#pragma clang diagnostic ignored "-Wquoted-include-in-framework-header" | ||
#ifndef WEBP_ENC_COST_ENC_H_ | ||
#define WEBP_ENC_COST_ENC_H_ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,6 +11,7 @@ | |
// | ||
// Author: Skal ([email protected]) | ||
|
||
#pragma clang diagnostic ignored "-Wquoted-include-in-framework-header" | ||
#ifndef WEBP_DSP_CPU_H_ | ||
#define WEBP_DSP_CPU_H_ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,6 +11,7 @@ | |
// | ||
// Author: Skal ([email protected]) | ||
|
||
#pragma clang diagnostic ignored "-Wquoted-include-in-framework-header" | ||
#ifndef WEBP_DSP_DSP_H_ | ||
#define WEBP_DSP_DSP_H_ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,6 +11,7 @@ | |
// | ||
// Author: Skal ([email protected]) | ||
|
||
#pragma clang diagnostic ignored "-Wquoted-include-in-framework-header" | ||
#ifndef WEBP_WEBP_ENCODE_H_ | ||
#define WEBP_WEBP_ENCODE_H_ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,6 +11,7 @@ | |
// | ||
// Author: Urvang ([email protected]) | ||
|
||
#pragma clang diagnostic ignored "-Wquoted-include-in-framework-header" | ||
#ifndef WEBP_UTILS_FILTERS_UTILS_H_ | ||
#define WEBP_UTILS_FILTERS_UTILS_H_ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,6 +12,7 @@ | |
// Authors: Vikas Arora ([email protected]) | ||
// Jyrki Alakuijala ([email protected]) | ||
|
||
#pragma clang diagnostic ignored "-Wquoted-include-in-framework-header" | ||
#ifndef WEBP_DSP_LOSSLESS_H_ | ||
#define WEBP_DSP_LOSSLESS_H_ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,6 +13,7 @@ | |
// Jyrki Alakuijala ([email protected]) | ||
// Vincent Rabaud ([email protected]) | ||
|
||
#pragma clang diagnostic ignored "-Wquoted-include-in-framework-header" | ||
#ifndef WEBP_DSP_LOSSLESS_COMMON_H_ | ||
#define WEBP_DSP_LOSSLESS_COMMON_H_ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,6 +12,7 @@ | |
// Authors: Urvang ([email protected]) | ||
// Vikas ([email protected]) | ||
|
||
#pragma clang diagnostic ignored "-Wquoted-include-in-framework-header" | ||
#ifndef WEBP_WEBP_MUX_H_ | ||
#define WEBP_WEBP_MUX_H_ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,6 +11,7 @@ | |
// | ||
// Author: Urvang ([email protected]) | ||
|
||
#pragma clang diagnostic ignored "-Wquoted-include-in-framework-header" | ||
#ifndef WEBP_WEBP_MUX_TYPES_H_ | ||
#define WEBP_WEBP_MUX_TYPES_H_ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,6 +11,7 @@ | |
// | ||
// Author: Urvang ([email protected]) | ||
|
||
#pragma clang diagnostic ignored "-Wquoted-include-in-framework-header" | ||
#ifndef WEBP_MUX_MUXI_H_ | ||
#define WEBP_MUX_MUXI_H_ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,6 +11,7 @@ | |
// | ||
// Author: Vincent Rabaud ([email protected]) | ||
|
||
#pragma clang diagnostic ignored "-Wquoted-include-in-framework-header" | ||
#ifndef WEBP_UTILS_PALETTE_H_ | ||
#define WEBP_UTILS_PALETTE_H_ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,6 +11,7 @@ | |
// | ||
// Author: Skal ([email protected]) | ||
|
||
#pragma clang diagnostic ignored "-Wquoted-include-in-framework-header" | ||
#ifndef WEBP_UTILS_RANDOM_UTILS_H_ | ||
#define WEBP_UTILS_RANDOM_UTILS_H_ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,6 +11,7 @@ | |
// | ||
// Author: Skal ([email protected]) | ||
|
||
#pragma clang diagnostic ignored "-Wquoted-include-in-framework-header" | ||
#ifndef WEBP_UTILS_THREAD_UTILS_H_ | ||
#define WEBP_UTILS_THREAD_UTILS_H_ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,15 +11,18 @@ | |
// | ||
// Author: Skal ([email protected]) | ||
|
||
#pragma clang diagnostic ignored "-Wquoted-include-in-framework-header" | ||
#pragma clang diagnostic ignored "-Wnon-modular-include-in-framework-module" | ||
|
||
#ifndef WEBP_WEBP_TYPES_H_ | ||
#define WEBP_WEBP_TYPES_H_ | ||
|
||
#include <stddef.h> // for size_t | ||
|
||
#ifndef _MSC_VER | ||
#pragma clang diagnostic ignored "-Wnon-modular-include-in-framework-module" | ||
|
||
#include <inttypes.h> | ||
#pragma clang diagnostic pop | ||
|
||
#if defined(__cplusplus) || !defined(__STRICT_ANSI__) || \ | ||
(defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L) | ||
#define WEBP_INLINE inline | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,6 +12,7 @@ | |
// Authors: Skal ([email protected]) | ||
// Urvang ([email protected]) | ||
|
||
#pragma clang diagnostic ignored "-Wquoted-include-in-framework-header" | ||
#ifndef WEBP_UTILS_UTILS_H_ | ||
#define WEBP_UTILS_UTILS_H_ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,6 +11,7 @@ | |
// | ||
// Author: Skal ([email protected]) | ||
|
||
#pragma clang diagnostic ignored "-Wquoted-include-in-framework-header" | ||
#ifndef WEBP_ENC_VP8I_ENC_H_ | ||
#define WEBP_ENC_VP8I_ENC_H_ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,6 +32,7 @@ | |
|
||
// Author: Skal ([email protected]) | ||
|
||
#pragma clang diagnostic ignored "-Wquoted-include-in-framework-header" | ||
#ifndef WEBP_DSP_YUV_H_ | ||
#define WEBP_DSP_YUV_H_ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.