林博仁(Buo-ren Lin) wants to merge 1 commit from /u/lin-buo-ren/guvcview/ to master, 2024-09-18
guvcview fails to build on explicitly clean containers with the following error:
guvcview.c: In function ‘main’:
guvcview.c:108:17: warning: implicit declaration of function ‘setlocale’ [-Wimplicit-function-declaration]
char* lc_all = setlocale (LC_ALL, "");
^
This patch fixes it by including the proper header file.
Signed-off-by: 林博仁(Buo-ren Lin) Buo.Ren.Lin@gmail.com
Commit | Date | |
---|---|---|
[0b64f3]
(patch-fix-build)
by
![]() fix build error due to missing declaration guvcview fails to build on explicitly clean containers with the following error: ``` This patch fixes it by including the proper header file. Signed-off-by: 林博仁(Buo-ren Lin) <Buo.Ren.Lin@...> |
2018-06-11 12:03:45 | Tree |
No longer reproduced in 2.1.0, closing.