[AC_CONFIG_FILES([src/config_for_build.h])]) 2 changes: 1 addition & 1 deletion 2 src/flexdef.h Original file line numberDiff line numberDiff line change @@ -889,7 +889,7 @@ extern void flexerror(const char *); extern void flexfatal(const char *); /* Report a fatal error ...
…NFIG_PM guards As the guards only apply to suspend and resume, #ifdef CONFIG_PM_SLEEP would have been a tighter protection. As pm_sleep_ptr() lets the compiler see the protected ops structure and callbacks but also lets the compiler remove it as unused code if !CONFIG_PM_SLEEP this ...
Initially, I assumed that all I had to do was check the preprocessor property and eliminate _DEBUG. It's worth noting that Visual Studio automatically sets _DEBUG when you opt for any of the debug run-time library options, as an attempt to simplify the process. On the project property pag...
Windows Serviceshave been a foundation of Windows since Windows NT. They help users, or system admins, manage long-running programs that execute in their own Windows sessions. It is fairly trivial to set them up and start whenever the computer boots, for example. Since they can be completely...
functions outside of the CONFIG_DCB conditional. The separate stub of pci_disable_pcie_error_reporting is because this function was deleted in 6.6. I'm not positive that this is the correct solution. I am just guessing that the functionality was added in the pci bus path somewhere. ...
You can change the cache config as below: Copy import{CacheService}from'@microsoft/mgt';CacheService.config.users.isEnabled=false;CacheService.config.photos.invalidationPeriod:3600000;// 1 hour in milliseconds And here is a comparasion of load time in the same view of an app before and...
[PATCH 1/3] Input: misc - Use __maybe_unused instead of ifdef around suspend/resume Use __maybe_unused instead of ifdef guards around suspend/resume functions, in order to increase build coverage and fix build warnings.
#ifdefCONFIG_TREE_SRCU structsrcu_usagesrcuu; #endif structsrcu_structsrcu; structnotifier_block__rcu*head; }; Expand DownExpand Up@@ -106,22 +104,13 @@ extern void srcu_init_notifier_head(struct srcu_notifier_head *nh); #defineRAW_NOTIFIER_INIT(name) { \ ...
C/C++ preprocessor-like tool for a range of languages (i.e., #ifdef, #ifndef, #if-else, #include, etc. for Python, LaTeX, Bash, JavaScript, "whatever"). - GitHub - doconce/preprocess: C/C++ preprocessor-like tool for a range of languages (i.e., #ifdef,
For further convenience, below is the contents of a complete nuget.config file you can copy-paste next to your .sln file that includes the .NET 9 feed. This will ensure that UWP .NET projects using the latest nightly build of the .NET 9 SDK from the .NET SDK repo will be able to...