diff options
author | Igor Pavlov <87184205+ip7z@users.noreply.github.com> | 2022-07-16 00:00:00 +0000 |
---|---|---|
committer | Igor Pavlov <87184205+ip7z@users.noreply.github.com> | 2023-12-17 14:35:38 +0500 |
commit | 93be7d4abfd4233228f58ee1fbbcd76d91be66a4 (patch) | |
tree | 9b11631a70ca7150321838d9d6bd473e52d6684d /C/Util/7zipUninstall | |
parent | a3e1d227377188734b82f023f96f8e25dc40f3e6 (diff) | |
download | 7zip-22.01.tar.gz 7zip-22.01.tar.bz2 7zip-22.01.zip |
22.0122.01
Diffstat (limited to 'C/Util/7zipUninstall')
-rw-r--r-- | C/Util/7zipUninstall/7zipUninstall.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/C/Util/7zipUninstall/7zipUninstall.c b/C/Util/7zipUninstall/7zipUninstall.c index b4c6ff5..c8e8a89 100644 --- a/C/Util/7zipUninstall/7zipUninstall.c +++ b/C/Util/7zipUninstall/7zipUninstall.c | |||
@@ -1,5 +1,5 @@ | |||
1 | /* 7zipUninstall.c - 7-Zip Uninstaller | 1 | /* 7zipUninstall.c - 7-Zip Uninstaller |
2 | 2021-11-24 : Igor Pavlov : Public domain */ | 2 | 2022-07-15 : Igor Pavlov : Public domain */ |
3 | 3 | ||
4 | #include "Precomp.h" | 4 | #include "Precomp.h" |
5 | 5 | ||
@@ -17,6 +17,10 @@ | |||
17 | 17 | ||
18 | #include "resource.h" | 18 | #include "resource.h" |
19 | 19 | ||
20 | #if defined(__GNUC__) && (__GNUC__ >= 8) | ||
21 | #pragma GCC diagnostic ignored "-Wcast-function-type" | ||
22 | #endif | ||
23 | |||
20 | #define LLL_(quote) L##quote | 24 | #define LLL_(quote) L##quote |
21 | #define LLL(quote) LLL_(quote) | 25 | #define LLL(quote) LLL_(quote) |
22 | 26 | ||