Fix style

This commit is contained in:
Robert Schulze 2024-01-08 08:50:34 +00:00
parent f553b55e3a
commit c11a2fcb7f
No known key found for this signature in database
GPG Key ID: 26703B55FB13728A
3 changed files with 3 additions and 2 deletions

View File

@ -1,3 +1,6 @@
#pragma once
#ifdef __clang__
# pragma clang diagnostic push
# pragma clang diagnostic ignored "-Wzero-as-null-pointer-constant"

View File

@ -7,7 +7,6 @@
#include <Common/re2.h>
namespace DB
{

View File

@ -9,7 +9,6 @@
#include <fmt/format.h>
namespace ErrorCodes
{
extern const int BAD_ARGUMENTS;