Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Eagar <joeedh@gmail.com>2021-05-24 06:52:25 +0300
committerJoseph Eagar <joeedh@gmail.com>2021-05-24 06:52:25 +0300
commit1e3e79fe7bf90bc9aa3319c6c41cf99c70294d47 (patch)
tree5a94e849e58560f91b20d205be061630ffef8d1f /source/blender/blenlib/BLI_strict_flags.h
parentd4292bbd28d2e1db2ed01928bd751b8dd3d45f07 (diff)
Fix one more strict flags violation
Diffstat (limited to 'source/blender/blenlib/BLI_strict_flags.h')
-rw-r--r--source/blender/blenlib/BLI_strict_flags.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/blenlib/BLI_strict_flags.h b/source/blender/blenlib/BLI_strict_flags.h
index 58755c9d9e0..dd5435e06cd 100644
--- a/source/blender/blenlib/BLI_strict_flags.h
+++ b/source/blender/blenlib/BLI_strict_flags.h
@@ -51,7 +51,6 @@
# pragma clang diagnostic error "-Wimplicit-float-conversion"
# pragma clang diagnostic error "-Wimplicit-int-conversion"
# pragma clang diagnostic error "-Wimplicit-int"
-# pragma clang diagnostic error "-Wimplicit-function-declaration"
# else
# pragma warning(error : 4018) /* signed/unsigned mismatch */
# pragma warning(error : 4244) /* conversion from 'type1' to 'type2', possible loss of data */