gambas-source-code/gb.v4l
Laurent Carlier f1deb8e330 Remove register keyword, deprecated, now reserved keyword with C++17
Fixes "warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]"
with clang

https://en.cppreference.com/w/cpp/keyword/register
2019-10-30 06:53:09 +00:00
..
orig
src Remove register keyword, deprecated, now reserved keyword with C++17 2019-10-30 06:53:09 +00:00
acinclude.m4
AUTHORS
ChangeLog
component.am
configure.ac Changes to the build system 2018-08-29 01:11:22 +00:00
COPYING
gambas.h
gb.image.h
gb_common.h
INSTALL
m4
Makefile.am
NEWS
README
reconf

This code is partially based in the code written and released under GPL by 
Nick Andrew <nick@nick-andrew.net>, for the "video-capture" program. 
You can find the original sources of that program in the "orig" folder 
in these sources.