diff options
| author | Nicholas Estelami <NEstelami@users.noreply.github.com> | 2023-05-01 22:58:20 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-01 22:58:20 -0400 |
| commit | fcfa28901e91d756ad22f05e6827d7646e484061 (patch) | |
| tree | 70c3fe8e99b5ff52921a3e3b56d8815f5a10da34 /ZAPD/WarningHandler.h | |
| parent | 53e140e8419f9c067de22949bcea45ede750bf75 (diff) | |
Warn hardcoded pointers (Merge Conflict Fix) (#288)
* Warn on hardcoded pointers
* Fix a bunch of false positives
* Move warning to a more common place
* Add -Whardcoded-generic-pointer
* format
---------
Co-authored-by: angie <angheloalf95@gmail.com>
Diffstat (limited to 'ZAPD/WarningHandler.h')
| -rw-r--r-- | ZAPD/WarningHandler.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ZAPD/WarningHandler.h b/ZAPD/WarningHandler.h index bb0360a..f993300 100644 --- a/ZAPD/WarningHandler.h +++ b/ZAPD/WarningHandler.h @@ -81,6 +81,7 @@ enum class WarningType InvalidExtractedData, MissingSegment, HardcodedPointer, + HardcodedGenericPointer, NotImplemented, Max, }; |
