Skip to content

generate compiler error when a restrict violation is detected

Steve Lhomme requested to merge robUx4/vlc:restrict-error into master

This is currently only supported by gcc 8+. We might turn it into a warning if there are false positives.

It will probably only detect trivial violations of the restrict keyword.

Draft: on top of !3155 (merged)

Edited by Steve Lhomme

Merge request reports