diff options
author | B Stack <bgstack15@gmail.com> | 2019-07-15 08:13:44 -0400 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2019-07-15 08:13:44 -0400 |
commit | e195d3217826d61ab0d7ca7e2032271f5066a7df (patch) | |
tree | 222d90397f9ee1cf91de443fedc97fdaf5f33d14 /zen/warn_static.h | |
parent | Merge branch '10.13' into 'master' (diff) | |
download | FreeFileSync-e195d3217826d61ab0d7ca7e2032271f5066a7df.tar.gz FreeFileSync-e195d3217826d61ab0d7ca7e2032271f5066a7df.tar.bz2 FreeFileSync-e195d3217826d61ab0d7ca7e2032271f5066a7df.zip |
add upstream 10.14
Diffstat (limited to 'zen/warn_static.h')
-rw-r--r-- | zen/warn_static.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/zen/warn_static.h b/zen/warn_static.h index fb8fbb95..17e7cf25 100644 --- a/zen/warn_static.h +++ b/zen/warn_static.h @@ -8,10 +8,10 @@ #define WARN_STATIC_H_08724567834560832745 /* -Portable Compile-Time Warning ------------------------------ -Usage: - warn_static("my message") + Portable Compile-Time Warning + ----------------------------- + Usage: + warn_static("my message") */ #define ZEN_STATIC_WARNING_STRINGIZE(NUM) #NUM |