--- ltmain.sh.orig 2020-09-09 21:20:23.069433984 -0400 +++ ltmain.sh 2020-09-09 21:27:13.168073996 -0400 @@ -7373,7 +7373,7 @@ -64|-mips[0-9]|-r[0-9][0-9]*|-xarch=*|-xtarget=*|+DA*|+DD*|-q*|-m*| \ -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*|-tp=*|--sysroot=*| \ -O*|-g*|-flto*|-fwhopr*|-fuse-linker-plugin|-fstack-protector*|-stdlib=*| \ - -specs=*|-fsanitize=*|-fuse-ld=*|-static-*|-fcilkplus) + -specs=*|-fsanitize=*|-fuse-ld=*|--ld-path=*|-static-*|-fcilkplus) func_quote_for_eval "$arg" arg=$func_quote_for_eval_result func_append compile_command " $arg" type='hidden' name='id' value='354dc28282ec72326b6decf0b34df57ed43858fb'/> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/basic/source
diff options
context:
space:
mode:
authorBogdan Buzea <buzea.bogdan@libreoffice.org>2024-10-18 17:17:03 +0200
committerDavid Gilbert <freedesktop@treblig.org>2024-11-12 01:35:14 +0100
commit354dc28282ec72326b6decf0b34df57ed43858fb (patch)
treeb707fd56202b313792451a9333383e3718e20636 /basic/source
parentaa416c7d880f2b69a824037d44cd0da2bd675c1b (diff)
tdf#163486: PVS: Identical branches
Change-Id: Ic54a8e009f68ab992831ba849ae1349a6235bedd V1037: Two or more case-branches perform the same actions. Check lines: 1276 and 1408, 1434 and 1510 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/175149 Tested-by: Jenkins Reviewed-by: David Gilbert <freedesktop@treblig.org>