Commit b879bcb1 authored by Max Kellermann's avatar Max Kellermann

UpdateWalk: convert anonymous enum to constexpr

parent ae99135c
...@@ -57,10 +57,8 @@ bool modified; ...@@ -57,10 +57,8 @@ bool modified;
#ifndef WIN32 #ifndef WIN32
enum { static constexpr bool DEFAULT_FOLLOW_INSIDE_SYMLINKS = true;
DEFAULT_FOLLOW_INSIDE_SYMLINKS = true, static constexpr bool DEFAULT_FOLLOW_OUTSIDE_SYMLINKS = true;
DEFAULT_FOLLOW_OUTSIDE_SYMLINKS = true,
};
static bool follow_inside_symlinks; static bool follow_inside_symlinks;
static bool follow_outside_symlinks; static bool follow_outside_symlinks;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment