]> git.sesse.net Git - nageru/commit
Put __restrict on the right place (the pointer; the pointee cannot be restricted...
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Mon, 18 Apr 2016 14:39:03 +0000 (16:39 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Mon, 18 Apr 2016 14:39:03 +0000 (16:39 +0200)
commit1a0b54800329dd7131c4973b0850442f7ea4af28
treee563d396f6f1d53b2c1015c8e69d99c5261a0678
parentc8c2e85f9c4518c6d81275e16df32969aece33ce
Put __restrict on the right place (the pointer; the pointee cannot be restricted). Fixes compilation with Clang.
decklink_capture.cpp