mirror of
				https://github.com/espressif/esp-idf.git
				synced 2025-10-31 07:01:43 +01:00 
			
		
		
		
	tools: Mass fixing of empty prototypes (for -Wstrict-prototypes)
This commit is contained in:
		| @@ -36,7 +36,7 @@ protected: | ||||
| }; | ||||
|  | ||||
| /* Inside .cpp file, app_main function must be declared with C linkage */ | ||||
| extern "C" void app_main() | ||||
| extern "C" void app_main(void) | ||||
| { | ||||
|     cout << "app_main starting" << endl; | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user