search for: unneeded

Displaying 20 results from an estimated 1177 matches for "unneeded".

2015 Mar 20
0
Wine release 1.7.39
...ation(FO_MOVE) tests for a directory. shell32: Fix SHFileOperation(FO_MOVE) for a directory with subdirectories. Fran?ois Gouget (83): ddraw/tests: Fix compilation on systems that don't support nameless unions. wrc: Remove an unused lexer definition. activeds: Remove an unneeded NONAMELESSUNION directive. actxprxy: Remove unneeded NONAMELESSXXX directives. appwiz.cpl: Remove an unneeded NONAMELESSSTRUCT directive. comctl32: Remove unneeded NONAMELESSSTRUCT directives. commdlg.dll16: Remove unneeded NONAMELESSXXX directives. comdlg32: Remove un...
2008 Jan 25
0
Wine release 0.9.54
...terface. gmsxml3: Added typelib support. Allan Tong (1): wined3d: Set swapchain container before flagging front buffer with SFLAG_INDRAWABLE. Andrej Sinicyn (1): wordpad: Update German strings and correct shortcuts to match XP wordpad. Andrew Talbot (30): netapi32: Remove unneeded cast. msvcrt: Remove unneeded casts. ntdll: Remove unneeded casts. msxml3: Remove unneeded cast. msvfw32: Remove unneeded casts. setupapi: Fix dead code (Coverity). ole32: Remove unneeded casts. oleaut32: Remove unneeded casts. qcap: Remove unneeded c...
2017 May 18
1
[PATCH v3 00/16] gpu/drm: remove -Iinclude/drm compiler flags from Makefile
.../drm flags. V3: rebased on commit bb2af9bda33 (drm-misc-next) Masahiro Yamada (16): drm/vc4: fix include notation and remove -Iinclude/drm flag drm/virtio: fix include notation and remove -Iinclude/drm flag drm/vmwgfx: fix include notation and remove -Iinclude/drm flag drm/gma500: remove unneeded -Iinclude/drm compiler flag drm/i810: remove unneeded -Iinclude/drm compiler flag drm/i2c: remove unneeded -Iinclude/drm compiler flag drm/mga: remove unneeded -Iinclude/drm compiler flag drm/omap: remove unneeded -Iinclude/drm compiler flag drm/r128: remove unneeded -Iinclude/drm compile...
2017 May 18
1
[PATCH v3 00/16] gpu/drm: remove -Iinclude/drm compiler flags from Makefile
.../drm flags. V3: rebased on commit bb2af9bda33 (drm-misc-next) Masahiro Yamada (16): drm/vc4: fix include notation and remove -Iinclude/drm flag drm/virtio: fix include notation and remove -Iinclude/drm flag drm/vmwgfx: fix include notation and remove -Iinclude/drm flag drm/gma500: remove unneeded -Iinclude/drm compiler flag drm/i810: remove unneeded -Iinclude/drm compiler flag drm/i2c: remove unneeded -Iinclude/drm compiler flag drm/mga: remove unneeded -Iinclude/drm compiler flag drm/omap: remove unneeded -Iinclude/drm compiler flag drm/r128: remove unneeded -Iinclude/drm compile...
2020 Apr 24
1
[PATCH] drm/nouveau/mmu: Remove unneeded semicolon
Fixes coccicheck warning: drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmm.h:307:2-3: Unneeded semicolon drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmm.c:583:2-3: Unneeded semicolon Reported-by: Hulk Robot <hulkci at huawei.com> Signed-off-by: Zheng Bin <zhengbin13 at huawei.com> --- drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmm.c | 2 +- drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmm....
2019 Dec 18
1
[PATCH v2] drm/nouveau/mmu: Remove unneeded semicolon
Fixes coccicheck warning: drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmm.c:583:2-3: Unneeded semicolon drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmm.h:307:2-3: Unneeded semicolon Reported-by: Hulk Robot <hulkci at huawei.com> Signed-off-by: zhengbin <zhengbin13 at huawei.com> --- v1->v2: add missing one space after the closing curly bracket drivers/gpu/drm/nouveau/nvkm/subde...
2007 Apr 02
2
Changed: Was: Re: Beta question - initial install of packages Now: Turn off unneeded services after installation
...gt; <Even with the mostly conservative default <settings, having services on your machine that you will never use makes <your machine ripe for break ins and a root kit. Amen. I have been installing Red Hat Linux (and now CentOS) since RH 7. After installing, I am always astonished at the unneeded services that upstream has running. Check services, after installing and stop the services you do not need!
2019 Dec 16
1
[PATCH] drm/nouveau/mmu: Remove unneeded semicolon
Fixes coccicheck warning: drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmm.c:583:2-3: Unneeded semicolon drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmm.h:307:2-3: Unneeded semicolon Reported-by: Hulk Robot <hulkci at huawei.com> Signed-off-by: zhengbin <zhengbin13 at huawei.com> --- drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmm.c | 2 +- drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmm.h...
2008 Jan 11
0
Wine release 0.9.53
...Object FIXME since its not supported. mscoree: Add stubs for DllCanUnloadNow and DllGetClassObject. user32: Add SetProcessDPIAware stub. msxml3: Fix memory leak in test. Andre Wisplinghoff (1): regedit: Refresh tree view on import. Andrew Talbot (26): msvfw32: Remove unneeded casts. ntdll: Remove unneeded casts. advapi32: Remove unneeded casts. comctl32: Remove unneeded casts. cabinet: Remove unneeded cast. avifil32: Remove unneeded casts. user32: Fix a spelling typo. cryptnet: Remove unneeded cast. crypt32: Remove unneede...
2018 Jun 29
2
[PATCH] v2v: rhv-upload-plugin: Remove unneeded auth
Old imageio proxy was using Authorization header for GET and PUT requests. Remove unneeded authorization when sending OPTIONS request. Remove unneeded duplicated comments about authorization for old imageio, and replace them with a comment when we set needs_auth. --- v2v/rhv-upload-plugin.py | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/v2v/rhv-upload...
2019 Dec 18
0
[PATCH v2] drm/nouveau/mmu: Remove unneeded semicolon
Reviewed-by: Pierre Moreau <dev at pmoreau.org> On 2019-12-18 ? 09:28, zhengbin wrote: > Fixes coccicheck warning: > > drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmm.c:583:2-3: Unneeded semicolon > drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmm.h:307:2-3: Unneeded semicolon > > Reported-by: Hulk Robot <hulkci at huawei.com> > Signed-off-by: zhengbin <zhengbin13 at huawei.com> > --- > v1->v2: add missing one space after the closing curly bracket >...
2020 May 04
0
[PATCH] drm/nouveau/mmu: remove unneeded semicolon
Fix the following coccicheck warning: drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmm.h:307:2-3: Unneeded semicolon drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmm.c:583:2-3: Unneeded semicolon Signed-off-by: Jason Yan <yanaijie at huawei.com> --- drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmm.c | 2 +- drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmm.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions...
2018 Jun 29
0
Re: [PATCH] v2v: rhv-upload-plugin: Remove unneeded auth
On Fri, Jun 29, 2018 at 05:41:10PM +0300, Nir Soffer wrote: > Old imageio proxy was using Authorization header for GET and PUT > requests. Remove unneeded authorization when sending OPTIONS request. > > Remove unneeded duplicated comments about authorization for old > imageio, and replace them with a comment when we set needs_auth. I'll push it, thanks. Can we get rid of the Authorization stuff completely yet? Rich. > v2v/rhv-up...
2004 Mar 07
0
How to use smbclient to tar files that dont include the unneeded path?
Hi All, I wantto use smbclient to tar files in a deep directory. but don't want the tar file include the unneeded path. How to do? For example. If the files are in /home/user1/ , I want to tar files and directorys in this directory. When use 'smbclient //server/share -N -D /home/user1/ -Tc aa.tar' , and the files in aa.tar contain the unneeded path of /home/user1/, which I don't want to include. If...
2012 Sep 05
1
Bug#686779: xcp-networkd: unneeded dependency on openvswitch
Package: xcp-networkd Version: 1.3.2-11 Severity: normal Given that openvswitch is one of the networking modes, it should be in the Recommends: than being in the Depends: -- System Information: Debian Release: wheezy/sid APT prefers testing APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 3.2.0-3-amd64
2015 Apr 03
0
Wine release 1.7.40
...g in 'amd64'. configure: Explicitly set host_cpu for 'amd64'. Dmitry Timoshkov (1): shell32: Update version information to match XP values. Erich Hoover (1): advapi32/tests: Add tests for inheriting ACL attributes. Fran?ois Gouget (40): taskschd: Remove an unneeded NONAMELESSUNION directive. storage.dll16: Remove an unneeded NONAMELESSSTRUCT directive. system.drv16: Remove an unneeded NONAMELESSSTRUCT directive. toolhelp.dll16: Remove unneeded NONAMELESSXXX directives. twain_32: Remove unneeded NONAMELESSXXX directives. msctf: Ma...
2006 Oct 19
0
[687] trunk/wxruby2/swig/classes/Pen.i: Remove a malformed and unneeded typemap (Roy Sutton)
...ns {background:#dfd;text-decoration:none;display:block;padding:0 10px;} #patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;} #patch .lines, .info {color:#888;background:#fff;} --></style> <title>[687] trunk/wxruby2/swig/classes/Pen.i: Remove a malformed and unneeded typemap (Roy Sutton)</title> </head> <body> <div id="msg"> <dl> <dt>Revision</dt> <dd>687</dd> <dt>Author</dt> <dd>brokentoy</dd> <dt>Date</dt> <dd>2006-10-19 04:31:41 -0400 (Thu, 19 Oct 2006)...
2008 Jul 11
0
Wine release 1.1.1
...atchingFilters. quartz: Do not try renderers first. Use a single enumeration pass. quartz/tests: Add test for filter priority in IFilterGraph2_Render. Alexander Morozov (5): wininet/tests: Additional HTTP header tests. wininet/tests: Add HTTP 1.1 test. wininet: Remove unneeded variable. wininet: Add support of INTERNET_FLAG_NO_CACHE_WRITE. wininet: Add port number to Host HTTP header. Alexander Nicolaysen S?rnes (13): shell32: Update Norwegian Bokm?l translation. winecfg: Update Norwegian Bokm?l translation. winhlp32: Update Norwegian Bokm?...
2006 Nov 12
0
[725] trunk/wxruby2/samples/etc/sash.rb: Remove an unneeded call to paint that was causing a crash
...0;} #patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;} #patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;} #patch .lines, .info {color:#888;background:#fff;} --></style> <title>[725] trunk/wxruby2/samples/etc/sash.rb: Remove an unneeded call to paint that was causing a crash</title> </head> <body> <div id="msg"> <dl> <dt>Revision</dt> <dd>725</dd> <dt>Author</dt> <dd>brokentoy</dd> <dt>Date</dt> <dd>2006-11-12 11:34:47 -0500...
2013 Apr 13
2
[LLVMdev] pass to eliminate unneeded "br" statements
I've been added various optimizer passes and I end up with code which looks like this: define i32 @main() uwtable { entry: store i32 ()* @_main_1, i32 ()** @_main, align 8 br label %end end: ; preds = %entry ret i32 0 } Is there another pass to get rid of that "br" instruction and just inline the "end" block? -- edA-qa