X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=src%2Fcapture_common.c;h=0a2f26cd816aeca992d8404984b68d4083dbfbc6;hb=57fb030cb2f6744b65c8d0fea68df534728515f9;hp=353ff2b67f64fabb134eae8150175a6f54ec27e8;hpb=fd451e930fe11d94dc51700f67db84e1055fe917;p=wimlib diff --git a/src/capture_common.c b/src/capture_common.c index 353ff2b6..0a2f26cd 100644 --- a/src/capture_common.c +++ b/src/capture_common.c @@ -135,7 +135,7 @@ mangle_pat(tchar *pat, const tchar *path, unsigned long line_no) * Note: we expect that this function produces patterns that can be used * for both filesystem paths and WIM paths, so the desired path * separators must be the same. */ - BUILD_BUG_ON(OS_PREFERRED_PATH_SEPARATOR != WIM_PATH_SEPARATOR); + STATIC_ASSERT(OS_PREFERRED_PATH_SEPARATOR == WIM_PATH_SEPARATOR); do_canonicalize_path(pat, pat); /* Relative patterns can only match file names, so they must be