.\" This manpage has been automatically generated by docbook2man
.\" from a DocBook document. This tool can be found at:
.\"
.\" Please send any bug reports, improvements, comments, patches,
.\" etc. to Steve Cheng .
.TH "FcConfigGetWarningFlags" "3" "02 June 2026" "Fontconfig 2.18.1" ""
.SH NAME
FcConfigGetWarningFlags \- Retrieve the enabled warning flags
.SH SYNOPSIS
.sp
\fB#include
.sp
int FcConfigGetWarningFlags (FcConfig *\fIconfig\fB);
\fR
.SH "DESCRIPTION"
.PP
Returns a bitmask of the currently enabled warning flags. Each bit in the returned
integer correeesponds to a different warning type defined by FC_WARN_* macros.
If \fIconfig\fR is NULL, the warning flags for the current
configuration are returned.