[
https://issues.apache.org/jira/browse/TS-3365?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14584839#comment-14584839
]
Phil Sorber commented on TS-3365:
---------------------------------
>From the Docs: [https://gcc.gnu.org/onlinedocs/gcc/Standards.html]
{noformat}
The default, if no C language dialect options are given, is -std=gnu11.
{noformat}
{noformat}
The default, if no C++ language dialect options are given, is -std=gnu++98.
{noformat}
Does that mean this bug is moot? I don't see us using -std= anywhere in CFLAGS.
> Enable C99 by default
> ---------------------
>
> Key: TS-3365
> URL: https://issues.apache.org/jira/browse/TS-3365
> Project: Traffic Server
> Issue Type: Bug
> Components: Build
> Reporter: Leif Hedstrom
> Assignee: Phil Sorber
> Labels: compatibility
> Fix For: 6.0.0
>
>
> We already took the plunge with using "bool" from C99, so we should enable
> C99 on the CFLAGS.
> So, -std=c99.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)