1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Bug 580045 - Better error message for compiler built-ins

Change-Id: Ib6c99531fea024a56498cf8e6e63fadd7d7f9c48
This commit is contained in:
Jonah Graham 2022-06-08 14:03:09 -04:00
parent b9dd4673a7
commit 059f5ee63f

View file

@ -14,5 +14,5 @@
CompilerBuiltinsDetector_errmsg_command_failed=%1$s exited with status %2$d.
CompilerBuiltinsDetector_msg_detection_finished=Detecting compiler built-ins took %d ms.
CompilerBuiltinsDetector_msg_detection_start=%1$s Detecting compiler built-ins for project '%2$s'
CompilerBuiltinsDetector_msg_unexpectedly_still_running=%1$s unexpectedly still running. Detecting compiler built-ins may not have captured all built-ins.
CompilerBuiltinsDetector_msg_unexpectedly_still_running=%1$s is unexpectedly still running. Some built-ins might not have been captured by the compiler built-ins detector.
DetectorConsole_title=Compiler Built-ins Detection Console