Skip to content

Commit

Permalink
Fix CI issues
Browse files Browse the repository at this point in the history
  • Loading branch information
milindl committed Sep 22, 2023
1 parent 0e05dea commit 4257dc9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
3 changes: 0 additions & 3 deletions examples/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,6 @@ target_link_libraries(describe_topics PUBLIC rdkafka)
add_executable(describe_cluster describe_cluster.c ${win32_sources})
target_link_libraries(describe_cluster PUBLIC rdkafka)

add_executable(user_scram user_scram.c ${win32_sources})
target_link_libraries(user_scram PUBLIC rdkafka)

# The targets below has Unix include dirs and do not compile on Windows.
if(NOT WIN32)
add_executable(rdkafka_example rdkafka_example.c)
Expand Down
3 changes: 1 addition & 2 deletions src/rdkafka.h
Original file line number Diff line number Diff line change
Expand Up @@ -8037,8 +8037,7 @@ rd_kafka_TopicCollection_destroy(rd_kafka_TopicCollection_t *topics);
* array of size \p topics_cnt elements.
*
* @param rk Client instance.
* @param topics Array of topics to describe.
* @param topics_cnt Number of elements in \p topics array.
* @param topics Collection of topics to describe.
* @param options Optional admin options, or NULL for defaults.
* Valid options:
* - include_authorized_operations
Expand Down

0 comments on commit 4257dc9

Please sign in to comment.