---
title: 不支持__ builtin___snprintf_chk
description: "```"
url: https://www.hikunpeng.com/document/detail/zh/kunpengdevps/compilation/ug-bisheng/kunpengbisheng_06_0034.html
sourcePath: /source/zh/kunpengdevps/compilation/ug-bisheng/kunpengbisheng_06_0034.html
indexId: 3a1bd9d18d9c5c68665dee863129114b283045bbeba5ca18cad620ddf4c6ed8674
---
# 不支持__ builtin___snprintf_chk

#### 错误信息

```
error: no member named '__builtin___snprintf_chk' in
```


#### 问题介绍

Clang暂不支持检查built-in函数格式化输出，会报出warning，当开启-Werror选项时升级为error。


#### 解决方案

添加编译选项-Wno-builtin-memcpy-chk-size规避该告警
