You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clang/lib/DPCT/Diagnostics.inc
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -223,7 +223,7 @@ DEF_WARNING(MODULE_LOAD, 1103, "'%0' should be a dynamic library. The dynamic li
223
223
DEF_COMMENT(MODULE_LOAD, 1103, "'{0}' should be a dynamic library. The dynamic library should supply wrapped kernel functions.")
224
224
DEF_WARNING(MODULE_LOAD_DATA, 1104, "'%0' should point to a dynamic library loaded in memory. The dynamic library should supply wrapped kernel functions.")
225
225
DEF_COMMENT(MODULE_LOAD_DATA, 1104, "'{0}' should point to a dynamic library loaded in memory. The dynamic library should supply wrapped kernel functions.")
226
-
DEF_WARNING(RESERVE_FOR_FUTURE, 1105, "")
227
-
DEF_COMMENT(RESERVE_FOR_FUTURE, 1105, "")
226
+
DEF_WARNING(SUBSEQUENCE_IGNORED, 1105, "The mcg59 random number generator is used. The subsequence argument \"%0\" is ignored. You need to verify the migration.")
227
+
DEF_COMMENT(SUBSEQUENCE_IGNORED, 1105, "The mcg59 random number generator is used. The subsequence argument \"{0}\" is ignored. You need to verify the migration.")
228
228
DEF_WARNING(EXTENSION_DEVICE_INFO, 1106, "'%0' was migrated with the Intel extensions for device information which may not be supported by all compilers or runtimes. You may need to adjust the code.")
229
229
DEF_COMMENT(EXTENSION_DEVICE_INFO, 1106, "'{0}' was migrated with the Intel extensions for device information which may not be supported by all compilers or runtimes. You may need to adjust the code.")
0 commit comments