You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Also move some maintainer specific compile flags to the
default set in the configure script. These flags were
meant to enforce following the standards pedantically
and therefore only used in maintainer mode, but it doesn't
hurt to always apply them as the code is meant to be
free of warnings/errors caused by these flags.
Also remove the specific -std=c99 flag for runguard, since
the default c11 supersedes it. See the original commit
d76a618 that added it.
0 commit comments